video-channel/retrieve-opus-comment-list

Description

  • Retrieve the list of comments for the work.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
objectIdYesstringobjectId
objectNonceIdYesstringobjectNonceId
lastBufferNostringSpecified Results Starting Point,Extract from the returned content
rootCommentIdNostringWhen specifying the comment ID parameter, it will fetch the sublist of comments under it.

Request Example

 {
  "type": 10066,
  "objectId": "1xxxxx",
  "objectNonceId": "xx_xx_xx"
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark