调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 呼叫中心实例 ID。 | szpczf |
UserId | string | 否 | 坐席 ID。 | sam@szpczf |
Invisible | boolean | 否 | 是否切换为隐身状态。隐身状态和仅外呼含义一致。 | true |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "OK",
"HttpStatusCode": 200,
"Message": "Internal service issue. Detail:.",
"RequestId": "24BE19E8-BF7D-4992-A35E-15EBA874F2E5",
"Params": [
"无"
],
"Data": {
"Extension": "8001****",
"WorkMode": "ON_SITE",
"DeviceId": "Yealink SIP-T23G 44.84.203.6",
"JobId": "job-330557290544431104",
"UserId": "sam@szpczf",
"BreakCode": "会议",
"InstanceId": "szpczf",
"OutboundScenario": true,
"UserState": "Ready",
"SignedSkillGroupIdList": [
"skillgroup@ccc-test"
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidOperation.ChannelState | The operation is not allowed. Channel stats (%s) does not meet expectations (%s). | - |
400 | InvalidOperation.UserState | The operation is not allowed. User state (%s) does not meet expectations (%s). | 非法操作,用户状态不符合预期。 |
404 | NotExists.InstanceId | The specified instance %s does not exist. | 指定的呼叫中心实例不存在。 |
404 | NotExists.UserId | The user %s does not exist in instance %s. | 呼叫中心实例中不存在指定的用户。 |
访问错误中心查看更多错误码。