云客服-批量查询技能队列上签入的座席:样例报文

时间:2024-05-17 09:13:02

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "queryParam":
        {
            "ccId":1, 
            "vdn":1, 
            "skillIds":[1,2]
        }
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": [
            {
                "skillId": 1,
                "agentIds": [
                    291
                ]
            },
            {
                "skillId": 2,
                "agentIds": []
            }
        ],
        "resultDesc": [
            {
                "skillId": 1,
                "agentIds": [
                    291
                ]
            },
            {
                "skillId": 2,
                "agentIds": []
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2550.html