云客服-批量查询座席信息:样例报文

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

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1,
        "vdn":170,
        "agentIds":[1031,1099]
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": [
            {
                "prevState": 1,
                "agentId": 1031,
                "logonTime": 4294967295000,
                "agentRelease": 0,
                "locationId": 65535,
                "currentPrivateCallNum": 0,
                "currentStateTime": 2224439,
                "currentStateReason": 65535,
                "prevStateTime": 4294967295,
                "currentState": 0
            },
            {
                "prevState": 1,
                "agentId": 1099,
                "logonTime": 4294967295000,
                "agentRelease": 0,
                "locationId": 65535,
                "currentPrivateCallNum": 0,
                "currentStateTime": 230703,
                "currentStateReason": 258,
                "prevStateTime": 4294967295,
                "currentState": 0
            }
        ],
        "resultDesc": [
            {
                "prevState": 1,
                "agentId": 1031,
                "logonTime": 4294967295000,
                "agentRelease": 0,
                "locationId": 65535,
                "currentPrivateCallNum": 0,
                "currentStateTime": 2224439,
                "currentStateReason": 65535,
                "prevStateTime": 4294967295,
                "currentState": 0
            },
            {
                "prevState": 1,
                "agentId": 1099,
                "logonTime": 4294967295000,
                "agentRelease": 0,
                "locationId": 65535,
                "currentPrivateCallNum": 0,
                "currentStateTime": 230703,
                "currentStateReason": 258,
                "prevStateTime": 4294967295,
                "currentState": 0
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2564.html