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
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
userName | Yes | string | Video-Channel id |
objectId | Yes | string | objectId |
objectNonceId | Yes | string | objectNonceId |
lastBuffer | No | string | Specified Results Starting Point,Extract from the returned content |
sessionBuffer | No | string | Specified 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 Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |