Description
- Retrieve the list of comments for the work.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
objectId | Yes | string | objectId |
objectNonceId | Yes | string | objectNonceId |
lastBuffer | No | string | Specified Results Starting Point,Extract from the returned content |
rootCommentId | No | string | When 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 Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |