文档

ListHotlineRecord - 获取热线录音列表

调用ListHotlineRecord根据热线会话ID查询热线录音列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ClientTokenstring

客户请求唯一 ID。用于幂等校验,可以用 UUID 生成。

46c1341e-2648-447a-9b11-70b6a298d94d
InstanceIdstring

AICCS 实例 ID。可在智能联络中心控制台上获取。

ccc_xp_pre-cn-***
CallIdstring

会话 ID。入呼后,websocket 中的 acid。

100365558

返回参数

名称类型描述示例值
object

result

Messagestring

状态码描述。

xxxx
RequestIdstring

请求 ID。

EE338D98-9BD3-4413-B165
Dataobject []

热线会话信息。

EndTimelong

录音结束时间戳。单位:毫秒。

16128694810
StartTimelong

录音开始时间戳。单位:毫秒。

16128694110
ConnectionIdstring

连接 ID。

100365548
CallIdstring

会话 ID。入呼后,websocket 中的 acid。

100365558
Urlstring

录音文件 URL。

http://aliccrec-shvpc.oss-cn-shanghai.aliyuncs.com
Codestring

状态码。返回 Success 表示请求成功。

Success
Successboolean

接口调用是否成功。

true

示例

正常返回示例

JSON格式

{
  "Message": "xxxx",
  "RequestId": "EE338D98-9BD3-4413-B165",
  "Data": [
    {
      "EndTime": 16128694810,
      "StartTime": 16128694110,
      "ConnectionId": "100365548",
      "CallId": "100365558",
      "Url": "http://aliccrec-shvpc.oss-cn-shanghai.aliyuncs.com"
    }
  ],
  "Code": "Success",
  "Success": true
}

错误码

HTTP status code错误码错误信息描述
500NoTenantFoundThe specified tenant does not exist.没有发现租户实例
500SystemErrorA system error occurred. Please contact the administrator.系统错误,请联系管理员!

访问错误中心查看更多错误码。

  • 本页导读 (1)
文档反馈