Queries the manual review history.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VideoId | string | Yes | The ID of the video. | 93ab850b4f6f44*****6e91d24d81d4 |
PageNo | long | No | The number of the page to return. Default value: 1. | 1 |
PageSize | long | No | The number of entries to return on each page. Default value: 10. Maximum value: 100. | 10 |
SortBy | string | No | The sorting rule of the results. Valid values:
| CreationTime:Desc |
Response parameters
Examples
Sample success responses
JSON
format
{
"Status": "Normal",
"RequestId": "04F0F334-1335-43*****D7-6C044FE73368",
"Total": 2,
"Histories": [
{
"Status": "Blocked",
"CreationTime": "2017-01-11T12:00:00Z",
"Comment": "Contains nudity",
"Reason": "Pornographic video",
"Auditor": "auditor"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.