云客服-查询指定接入码编号的呼叫信息:样例报文

时间:2025-02-12 14:54:35

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8Authorization: ******************
  • 请求参数:
    {    "ccId":1,     "vdn":170,    "innoIds":[1,2]}
  • 响应参数:
    {    "result": "0",    "resultCode": "0100000",    "resultDatas": [        {            "innoId": 1,            "allCallCount": 1,            "ivrCallCount": 0,            "agentCallCount": 1,            "queueCallCount": 0,            "longestWaitTime": 0        },        {            "innoId": 2,            "allCallCount": 1,            "ivrCallCount": 1,            "agentCallCount": 0,            "queueCallCount": 0,            "longestWaitTime": 0        }    ],    "resultDesc": [        {            "innoId": 1,            "allCallCount": 1,            "ivrCallCount": 0,            "agentCallCount": 1,            "queueCallCount": 0,            "longestWaitTime": 0        },        {            "innoId": 2,            "allCallCount": 1,            "ivrCallCount": 1,            "agentCallCount": 0,            "queueCallCount": 0,            "longestWaitTime": 0        }    ]}
support.huaweicloud.com/api-ccfs-cec/cec_07_2542.html