/video/comments

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/video/comments

Semantics

Get a list of comments for a video

Parameters

Parameter nameParameter formatRequiredDescription
video_idintyesThe 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
Personal tools