GetAnnotationMissionTagInfoList
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:GetAnnotationMissionTagInfoList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The instance ID. Note
If this parameter is not specified, the default labels of the tenant are returned. |
4eee9bf8-1319-468f-ac82-83c50ae389f8 |
| PageIndex |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of records per page. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
BaseResponse |
||
| Success |
boolean |
Indicates whether the call was successful. true: The call was successful. false: The call failed. |
true |
| Code |
string |
The status code of the operation. |
OK |
| Message |
string |
The prompt message of the operation. |
CDR 'job-efbaeefc-4d45-4e79-83f7-b33b0769c969' doesn't exists. |
| Data |
object |
The returned data. |
|
| AnnotationMissionTagInfoList |
array<object> |
The label list. |
|
|
object |
The label list. |
||
| AnnotationMissionTagInfoId |
string |
The label ID. |
e1ee87ea-ebad-4079-aebb-1c56a4ef0c06 |
| InstanceId |
string |
The instance ID. |
3c3b8d1d-deff-48d9-9318-addc80ae5b1e |
| TenantId |
string |
The tenant ID. |
DING_ORG_dingbd9daecdb7aaed3bffe93478753d9884 |
| AnnotationMissionTagInfoName |
string |
The label name. |
User complaint |
| AnnotationMissionTagInfoDescription |
string |
The label description. |
User complaint |
| Delete |
boolean |
Indicates whether the label has been deleted. |
false |
| Success |
boolean |
Indicates whether the call was successful. true: The call was successful. false: The call failed. |
true |
| Message |
string |
The prompt message of the operation. |
CDR 'job-efbaeefc-4d45-4e79-83f7-b33b0769c969' doesn't exists. |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
Examples
Success response
JSON format
{
"Success": true,
"Code": "OK",
"Message": "CDR 'job-efbaeefc-4d45-4e79-83f7-b33b0769c969' doesn't exists.",
"Data": {
"AnnotationMissionTagInfoList": [
{
"AnnotationMissionTagInfoId": "e1ee87ea-ebad-4079-aebb-1c56a4ef0c06",
"InstanceId": "3c3b8d1d-deff-48d9-9318-addc80ae5b1e",
"TenantId": "DING_ORG_dingbd9daecdb7aaed3bffe93478753d9884",
"AnnotationMissionTagInfoName": "用户投诉",
"AnnotationMissionTagInfoDescription": "用户投诉",
"Delete": false
}
],
"Success": true,
"Message": "CDR 'job-efbaeefc-4d45-4e79-83f7-b33b0769c969' doesn't exists."
},
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.