Queries feedback records.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The ID of the CCC instance. |
ccc-test |
| TaskIdList |
string |
No |
A list of task IDs. |
["20251216-8B9B7B02-16FE-54BE-942A-F59DE0656032"] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
26E54929-CA86-1035-9B42-0C8F291BB027 |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Code |
string |
The response code. |
OK |
| Message |
string |
The response message. |
无 |
| Data |
array<object> |
The returned dataset. |
|
|
object |
A returned data element. |
||
| InstanceId |
string |
The instance ID. |
ccc-test |
| TaskId |
string |
The task ID. |
20251216-8B9B7B02-16FE-54BE-942A-F59DE0656032 |
| TaskName |
string |
The task name. |
PostCallAnalyzer:solution |
| UserResponse |
string |
The data from user feedback. |
xxxxxxx |
| UserRating |
integer |
The user's rating for the task. |
-1 |
| ContactId |
string |
The call ID. |
job-25920271311543**** |
Examples
Success response
JSON format
{
"RequestId": "26E54929-CA86-1035-9B42-0C8F291BB027",
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"Data": [
{
"InstanceId": "ccc-test",
"TaskId": "20251216-8B9B7B02-16FE-54BE-942A-F59DE0656032",
"TaskName": "PostCallAnalyzer:solution",
"UserResponse": "xxxxxxx",
"UserRating": -1,
"ContactId": "job-25920271311543****"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | NotExist.Instance | Call center instance %s does not exist. | The cloud contact center instance% s does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.