https://xxxxxx/v1/records/get_records_by_filter?sdkappid=88888888&identifier=administrator&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: callkit-intl.trtc.tencent-cloud.com |
v1/records/get_records_by_filter | 请求接口 |
sdkappid | 创建应用时控制台分配的 SDKAppID |
identifier | 使用 Chat 的管理员账号 |
usersig | |
random | 请输入随机的32位无符号整数,取值范围 0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"startTimestamp": 1618705638,"endTimestamp": 1618705738,"callResult": "normal_end","callType": "single","numberPerPage": 20,"page": 2}
字段 | 类型 | 属性 | 说明 |
startTimestamp | Integer | 必填 | 通话开始时间戳(秒级) |
endTimestamp | Integer | 选填 | 通话结束时间戳(秒级),不填默认为7天 |
callResult | String | 选填 | 通话结果,不填默认为所有结果 |
callType | String | 选填 | 通话类型,不填默认为所有类型 |
numberPerPage | Integer | 选填 | 每页查询数量,默认为:100 |
page | Integer | 选填 | 查询页数,不填默认为第一页 |
{"errorCode": 0,"errorMessage": "Success","requestId": "8ba14f64a1d92d38705eec775e1f3deb","data": {"totalNum": 3,"page": 2,"callRecordList": [{"callId": "2ae7d549-c441-4a9b-87c0-61810fe19581","sdkAppId": 88888888,"mediaType": "video","roomId": "456","startCallTs": 1688709003,"acceptTs": 1688709003,"endTs": 1689150030,"caller": "123","totalUserNumber": 0,"callType": "single","callResult": "offline","callees": ["111","123"]},{"callId": "2ae7d549-c441-4a9b-87c0-61810fe19582","sdkAppId": 88888888,"mediaType": "video","roomId": "456","startCallTs": 1688709303,"acceptTs": 1688709303,"endTs": 1689150030,"caller": "123","totalUserNumber": 0,"callType": "single","callResult": "offline","callees": ["111","123"]},{"callId": "2ae7d549-c441-4a9b-87c0-61810fe19583","sdkAppId": 88888888,"mediaType": "video","roomId": "456","startCallTs": 1688709903,"acceptTs": 1688709903,"endTs": 1689150030,"caller": "123","totalUserNumber": 0,"callType": "single","callResult": "offline","callees": ["111","123"]}]}}
字段 | 类型 | 说明 |
errorCode | Integer | 错误码,0为成功 |
errorMessage | String | 错误信息 |
requestId | String | 请求的唯一 ID |
totalNum | Integer | 此次查询的总数量 |
page | Integer | 当 page > 0 时 说明还有数据,将 page+1 可继续请求之后的数据。 |
callRecordList | Array | 请参见:单条通话记录说明 |
字段 | 类型 | 说明 |
callId | String | 通话的唯一 ID |
sdkAppId | Integer | 您的 sdkAppId |
mediaType | String | 媒体类型 video 视频通话audio 音频通话 |
roomId | String | 通话的房间 ID |
startCallTs | Integer | 通话发起的时间戳(秒级) |
acceptTs | Integer | 通话接通的时间戳(秒级) |
endTs | Integer | 通话结束的时间戳(秒级) |
caller | String | 主叫 userId |
totalUserNumber | Integer | 参与通话的总人数 |
callType | String | 通话类型 single 一对一通话group 群组通话 |
callResult | String | 通话结果: cancel 取消:主叫方在接通前取消通话。reject 拒接:被叫方拒接。not_answer 未接听:被叫方超时未接听。normal_end 完成:通话接通并正常结束。call_busy 忙线:通话忙线。interrupt 中断:网络等原因导致通话中断。 |
callees | Array | 被叫且参与通话的 userId 列表 |
normal_end
。错误码 | 含义说明 |
0 | 请求成功 |
50001 | 当前应用需要购买 TUICallKit 群组通话版套餐包方可使用 |
70011 | 未找到任何记录 |
未知错误码 |
本页内容是否解决了您的问题?