GET Missing Comments
GET Missing Comments
GET
https://api.cakes.com/missing/comments
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
id
string
Missing id for the answer
{ "data": {
"Missing Answer List" : [{
"answer_id": "answer_id",
"user_id": "user_id",
"text": "text",
"image_url": "image url",
"video_url": "video url",
"created_at": "date of Missing post created",
"updated_at": "date of Missing post updated"
}]
}
}
Last updated
Was this helpful?