1.接口说明
- 可通过该接口查询座席通信状态。
注:在优音云客服系统中,可通过设置–>开发者中心,查看租户ID:tenant_id。
2.调用URL
3.调用方式
GET
4、传入参数
名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|
tenant_id | String | 是 | 租户ID |
access_token | String | 是 | 租户鉴权Token |
agent_num | String | 是 | 座席编号 |
注:查询租户下已登录座席的状态
5、响应参数
名称 | 类型 | 说明 |
---|---|---|
errcode | Integer | 状态码:0成功,其他非0错误码,详见错误码列表 |
errmsg | String | 状态说明 |
agentnum | String | 座席编号 |
reason | String | 状态码:0成功,其他非0错误码,详见错误码列表 |
errmsg | String | 变更原因。agent setup 座席主动设置 call out 外呼 call answer 接听 call end 通话结束 incoming call 座席来电 auto start 坐席会话时长开始 auto set 坐席会话时长超时 |
changetime | String | 状态变更时间 |
stateto | String | 座席通信状态。ready 空闲 busy 忙碌 0 小休 offline 离线 |
id | String | 座席ID |
statefrom | String | 座席上一个状态 |
6、使用样例
调用:
https://ykf.uincall.com/openapi/agent/monitorCTIStatus?agent_num=8014&tenant_id=acf528a2-d0e2-xxxx-xxxx-74cb3995cfab&access_token=b57b2dc8edf583xxxxxd71d8a04d0df3
响应:
{
“errcode”: 0,
“errmsg”: “success”,
“data”: “{"agentnum":"8014","reason":"agent setup","changetime":"2023-06-26 10:39:00","stateto":"busy","id":"b9b524e1-f24a-483b-9787-329314b52c18","statefrom":"ready"}”
}
文档更新时间: 2024-09-24 14:30 作者:admin