• 售前顾问:400-618-6615


  • 销售顾问

  • 申请试用

销售服务热线: 400-618-6615   在线微信客服

接口文档

开发平台首页>

recordListCallBack 接口

  • 预计上线时间 2022-12-25

概述

该接口可向合作伙伴预留的回调接口,推送最新的通话记录信息。

合作伙伴公布的回调接口URL

http(s)://partner_server_url_address


回调请求方式

POST


回调请求参数

参数名 备注
callTime 通话时间
duration 通时
phoneid 工作手机账号ID
callnumber 通话号码
direction 拨打方向 "1"外拨 "0"接听
rawurl 可下载的录音文件地址

回调请求包体格式

JSON

回调请求包体示例

{
	"result": [{
			"callTime": "2022-12-16 13:06:06",
			"duration": "0:01:35",
			"phoneid": "10000005000",
			"callnumber": "15200152000",
			"direction": "1",
			"rawurl" : "http://xxxxxxxxxxx"
		},
		{
			"callTime": "2022-12-19 08:23:19",
			"duration": "0:00:59",
			"phoneid": "10000005001",
			"callnumber": "15200152001",
			"direction": "0",
			"rawurl" : "http://xxxxxxxxxxx"
		}
	]
}