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

时间:2024-09-24 14:46:29

报文样例

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
      "ccId": "1","vdn": "3","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_07_2575.html