video-channel/retrieve-opus-detail

Description

  • Fetch comprehensive details regarding the comments associated with the content, including the total count of comments.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
userNameYesstringVideo-Channel id
objectIdYesstringobjectId
objectNonceIdYesstringobjectNonceId
lastBufferNostringSpecified Results Starting Point,Extract from the returned content
sessionBufferNostringSpecified Results Starting Point,Extract from the returned content

Request Example

 {
  "type": 10067,
  "objectId": "1xxxxx",
  "objectNonceId": "xx_xx_xx",
  "userName": "v2_xxx@finder"
 } 

Return Example

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

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark