云客服-根据座席状态分页查询座席信息:报文样例

时间:2023-11-01 16:19:55

报文样例

  • 该接口的请求参数消息体举例如下:
    {  "ccId": "1",  "vdn": "66",  "status": "0",  "limit": 10,  "offset": 0}
  • 该接口的响应参数消息体举例如下:
    {  "returnCode": "0",  "data": [    {      "agentId": 108,      "locationId": 65535,      "currentStateTime": 426849,      "currentState": 0    },    {      "agentId": 109,      "locationId": 65535,      "currentStateTime": 426849,      "currentState": 0    }  ],  "description": "success"}
support.huaweicloud.com/api-ccfs-cec/cec_05_7245.html