云客服-批量查询所有座席的呼叫信息:样例报文

时间:2024-05-17 09:12:46

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1,
        "vdn":170,
        "agentIds":[1031,1099]
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": [
            {
                "agentId": 1034,
                "callList": []
            },
            {
                "agentId": 1099,
                "callList": [
                    {
                        "callId": "1605494261-1449",
                        "callStatus": 5,
                        "callInOut": 0,
                        "mediaType": 5
                    }
                ]
            }
        ],
        "resultDesc": [
            {
                "agentId": 1034,
                "callList": []
            },
            {
                "agentId": 1099,
                "callList": [
                    {
                        "callId": "1605494261-1449",
                        "callStatus": 5,
                        "callInOut": 0,
                        "mediaType": 5
                    }
                ]
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2566.html