GET comments/list
Returns a collection of the comments of videos on the authorized user’s account.
Resource URL
Resource Information
Required scope
|
insights |
Required role
|
Media manager |
Response formats
|
JSON, XML |
Requires authentication?
|
Yes |
Parameters
since
optional
|
Returns results with an ID greater than (that is, more recent than) the specified ID. |
until
optional
|
Returns results with an ID less than (that is, older than) the specified ID. |
count
optional
|
Specifies the number of records to retrieve. Must be less than or equal to 1000; defaults to 20. |
video_ids
optional
|
Specifies a comma-separated list of the video ID(s) for the resource(s) that are being retrieved. |
Example Request
Example Result
{ "comments":{ "comment":[ { "id":"55fb0fb6e6ec3f7c67bbea6d", "video":{ "id":"cc2b8aecfaceca5c", "title":"ZiMovi Ad June 2015", "page":"https:\/\/zimovi.com\/channel\/staff\/video\/cc2b8aecfaceca5c", "domain":"zimovi.com" }, "device":{ "platform":"Macintosh", "browser":"Firefox", "version":"40.0" }, "content":"New Corp video coming soon", "status":"published", "created_at":"2015-09-17T19:08:38+00:00", "person":{ "is_user":true, "user_id":"876f802ab546b8c7", "name":"Alex Zang", "photo":"\/\/d1teylh2i3wa1w.cloudfront.net\/users\/avatar_0cbe29e3f6098553a013b9c835e1cd43292cf035_normal.jpg", "ip":"86.153.203.242", "country":"GB", "geolocation":{ "type":"Point", "coordinates":[ 53.3416, -1.5214 ] } } }, { "id":"55ddc5058e632b5948f0d352", "video":{ "id":"cc2b8aecfaceca5c", "title":"ZiMovi Ad June 2015", "page":"https:\/\/zimovi.com\/channel\/staff\/video\/cc2b8aecfaceca5c", "domain":"zimovi.com" }, "device":{ "platform":"Macintosh", "browser":"Firefox", "version":"39.0" }, "content":"Watch stuff happen with ZiMovi. ", "status":"published", "created_at":"2015-08-26T13:54:13+00:00", "person":{ "is_user":true, "user_id":"75d4533191ca6bc3", "name":"Staff ZiMovi", "photo":"\/\/d1teylh2i3wa1w.cloudfront.net\/users\/avatar_47f9595fa695065d26f2f97cd14851c2f50e8436_normal.png", "ip":"86.187.74.70", "country":"GB", "geolocation":{ "type":"Point", "coordinates":[ 53.3703, -1.4916 ] } } } ] }, "metadata":{ "total":2, "count":20, "since":"", "until":"" } }