v1
latestOpenAPI 3.0.02026-07-24622596.0 KBPhotos
List Photo Comments
get/photos/{photo_id}/comments
Path parameters
photo_idstring id required
ID of the Photo
Query parameters
pageinteger
per_pageinteger
Response
List of photo tags sorted alphabetically
Example response
[
{
"id": "4782987471",
"creator_id": "2789583992",
"creator_type": "User",
"creator_name": "Shawn Spencer",
"commentable_id": "388472672",
"commentable_type": "Photo",
"status": "active",
"content": "Have you seen this yet?",
"created_at": 1152230608,
"updated_at": 1152230400
}
]