云客服-查询指定VDN下的未接来电信息:报文样例

时间:2024-09-24 14:46:27

报文样例

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
     "vdn":159,
     "offset":0,
     "limit":3,
     "beginTime":"2022-11-17 00:13:43",
     "endTime":"2022-11-17 23:44:13"
    }
  • 响应参数:
    {
        "returnCode": "0",
        "total": 2,
        "missedCalls": [
            {
                "callId": "1668048253-16797218",
                "callerNo": "1659960139858526939",
                "calleeNo": "6300111010",
                "waitBegin": "2022-11-17 23:44:13",
                "callEnd": "2022-11-17 23:44:25",
                 "mediaType":53,
                 "subMediaType":1
            },
            {
                "callId": "1668050023-1859",
                "callerNo": "88880990",
                "calleeNo": "31045665",
                "waitBegin": "2022-11-17 00:13:43",
                "callEnd": "2022-11-17 00:13:47",
                 "mediaType":53,
                 "subMediaType":1
            }
        ],
        "returnDesc": "query success"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2582.html