云客服-批量查询技能队列维度服务水平:样例报文

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

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1, 
        "vdn":1, 
        "skillIds":[1,2]
    }
  • 响应参数:
    {
        "resultCode": "0100000",
        "resultDesc": [
            {
                "in15sCallNum": 0,
                "skillId": 1,
                "wait15sLostNum": 0,
                "callLostNum": 0,
                "in20sCallNum": 0,
                "statStartTime": 1611714900000,
                "wait20sLostNum": 0,
                "inCallNum": 0,
                "connectedNum": 0
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2560.html