云客服-查询指定VDN下的通话轨迹数据:样例报文

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

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1,
        "vdn":170,
        "callId": "1678978542-92",
        "logDate": "1615717765000"
    }
    
  • 响应参数:
    {
        "resultCode":"0100000",
        "resultDesc":
            [{
                "callId": "1678978542-92",
                "mediaType": "1",
                "subMediaType|: "1",
                "callIdNum": "-1",
                "callerNo": "80000888",
                "calleeNo": "624192",
                "waitBegin": "1615717765000",// 呼叫等待开始时间
                "ackBegin": "1615717765000",// 呼叫应答时间
                "callBegin": "1615717765000",// 通话开始时间
                "callEnd": "1615717765000",// 通话结束时间
                "subCcNo": "0",
                "deviceType": "1",
                "deviceNo": "1",
                "deviceIn": "1",
                "callType": "1",
                "releaseCause": "1", // callIdNum=-1时有意义
                "EnterReason": "11",
                "LeaveReason": "11",
                "CurrentSkillID": "0", // 当前处理呼叫的技能队列编号
                 "mediaType":53,  // 媒体类型
                 "subMediaType":1  // 子媒体类型
            }]
    }
    
support.huaweicloud.com/api-ccfs-cec/cec_07_2545.html