员工通话记录列表
GET
{{host}}/api/open/conversation/list
请求参数
参数名
类型
描述
必填
cursorId
int
查询某一条记录传这个
必填
lastCursorId
int
查询此id后的若干条(不含当前id)
必填
listCount
int
查询多少条
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
clientName
string
示例:肖老师 姓名
必填
clientPhone
string
示例:15935500059 手机号
必填
conversationDate
long
示例:通话时间 时间戳
必填
conversationDuration
int
示例:0 通话时长
必填
followupPersonPhone
string
示例:15935500059 通话手机号
必填
followupPersonId
int
示例:125 跟进人Id
必填
callDirection
int
示例:2 电话方向 1为呼入 2为呼出
必填
conversationStatus
int
示例:1 通话状态 1未接通 2已接通
必填
cursorId
int
消息id
必填
soundRecordUrl
String
通话录音地址
必填
recordTransContent
String
录音转文字
必填
listCount
int
示例:1605
必填
cursorId
int
最后一条的id
必填