云客服-获取IVR历史监控指标:样例报文

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

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
         "ccId":1,
         "vdn":170,
         "timeGrain":"15MIN",
         "serviceNos":[3,2],
         "indexIds":["IDX_COUNT_IVR_INBOUND_CALL"],
         "mediaType":53,
         "subMediaType":3
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": [
            {
                "idxs": [
                    {
                        "val": {
                            "2020-11-11 09:15:00.0": "1",
                            "2020-11-11 10:15:00.0": "1"
                        },
                        "id": "IDX_COUNT_IVR_INBOUND_CALL"
                    }
                ],
                "id": "3"
            }
        ],
        "resultDesc": [
            {
                "idxs": [
                    {
                        "val": {
                            "2020-11-11 09:15:00.0": "1",
                            "2020-11-11 10:15:00.0": "1"
                        },
                        "id": "IDX_COUNT_IVR_INBOUND_CALL"
                    }
                ],
                "id": "3"
            }
        ]
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2583.html