/video/comments
From EveryTrail API Developer Documentation
Contents |
URL
/api/video/comments
Semantics
Get a list of comments for a video
Parameters
| Parameter name | Parameter format | Required | Description |
|---|---|---|---|
| video_id | int | yes | The id of the video |
Success Response
<etVideoCommentsResponse status="success"> <comments> ${commentXML} </comments> </etVideoCommentsResponse>
${commentXML} - see Comment XML Format
Error Response
<etVideoCommentsResponse status="error"> <videoID>${videoID}</videoID> ${error reponse} </etVideoCommentsResponse>
- ${videoID}: id of the video specified in the request
- ${error reponse}: See format in Error Reponse Format
