Comments Listing
Get all comments for an item
URL
http://www.localhost.com:8080/en/api/comments/get.json?item_id={item_id}
Parameters
- item_id (integer, required) - A value representing the Item Identification Number (ID)
Example Explore Gallery Usage
{
"comments": [
{
"id" : 126410,
"video_url" : "",
"date_created" : "Feb. 13, 2014, 2:29 p.m.",
"date_formated" : "said on 13 February 2014",
"copy" : "During the #ArtMap BPMA Event, some participants analysed.....",
"user_image" : "/channels/img/52993/logo/1/dim/50x50/crop/1/",
"user_name" : "#ArtMap at the British Postal Museum and Archive",
"user_id" : "52993",
"suggestion": { ... }
},
...
]
}