查询智能外呼业务实例信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
是 |
实例 ID。 |
af81a389-91f0-4157-8d82-720edd02b66a |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| HttpStatusCode |
integer |
HTTP 状态码。 |
200 |
| Code |
string |
状态码。 |
OK |
| Message |
string |
接口提示信息。 |
Success |
| RequestId |
string |
请求 ID。 |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| Success |
boolean |
是否成功。 |
true |
| Instance |
object |
业务实例信息。 |
|
| CreationTime |
integer |
创建时间。 |
1578469042851 |
| InstanceId |
string |
业务实例 ID。 |
90515b5-6115-4ccf-83e2-52d5bfaf2ddf |
| CreatorId |
integer |
创建者 ID。 |
435986 |
| OwnerName |
string |
业务实例拥有者名字。 |
xxxx |
| InstanceDescription |
string |
业务实例描述。 |
这个是第一个实例 |
| InstanceName |
string |
业务实例名字。 |
第一个实例 |
| CreatorName |
string |
创建者名字。 |
xxx |
| ResourceGroupId |
string |
资源组 ID。 |
90515b5-6115-4ccf-83e2-52d5bfaf2ddf |
| MaxConcurrentConversation |
integer |
实例最大并发。 |
4 |
示例
正常返回示例
JSON格式
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "Success",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Instance": {
"CreationTime": 1578469042851,
"InstanceId": "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
"CreatorId": 435986,
"OwnerName": "xxxx",
"InstanceDescription": "这个是第一个实例",
"InstanceName": "第一个实例",
"CreatorName": "xxx",
"ResourceGroupId": "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
"MaxConcurrentConversation": 4
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?