GET Missing Posts

GET Missing Posts

GET https://api.cakes.com/missing/posts

This endpoint allows you to get all missing pet posts

{
  "Missing" : [
    {
      "id": "id",
      "user_id": "user_id",
      "pet_id": "pet_id",
      "status": "status",
      "location": "location",
      "longtitude": "longitude",
      "latitude": "latitude",
      "title": "title"
      "text": "text",
      "image_url": [ { imagePath: ${imagePath} }, { imagePath: ${imagePath} }, ... ]
      "created_at": "date of missing post created",
      "updated_at": "date of missing post updated"
   }]
}

Last updated