GetAiOutboundTaskBizData
Query the business information associated with this call by instance ID and session ID.
Operation description
Queries per second (QPS) limits
Call frequency per user: 100 times/second.
API call frequency: 100 times/second.
If the total calls from multiple users exceed the API frequency limit, throttling will be triggered.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The Artificial Intelligence Cloud Call Service (AICCS) instance ID. |
agent_*** |
| ChannelId |
string |
Yes |
Session ID. |
123456 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
EE338D98-9BD3-4413-B165 |
| Message |
string |
Description of the status code. |
OK |
| Data |
object |
The business information associated with this call. |
|
| BizData |
string |
Custom business information. |
{"customer":123} |
| TaskId |
integer |
The job ID. |
123456 |
| PhoneNum |
string |
The outbound phone number. |
158****0000 |
| CaseId |
integer |
The Activity ID associated with this outbound call. |
123 |
| Code |
string |
The status code. |
OK |
| Success |
boolean |
Indicates whether the API call succeeded.
|
true |
Examples
Success response
JSON format
{
"RequestId": "EE338D98-9BD3-4413-B165",
"Message": "OK",
"Data": {
"BizData": "{\"customer\":123}",
"TaskId": 123456,
"PhoneNum": "158****0000",
"CaseId": 123
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.