文档
测试

(废弃)员工通话记录列表

GET
{{host}}/openapi/phone/conversation/list?pageindex=1

请求参数

参数名
类型
描述
必填
pageindex
int
示例:1
必填
startTime
Date
必填
endTime
Date
必填
followupPerson
Interger
员工id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
data
array
数据列表
必填
name
string
示例:肖老师 姓名
必填
phone
string
示例:15935500059 手机号
必填
conversationDate
long
示例:通话时间 时间戳
必填
conversationDuration
int
示例:0 通话时长
必填
conversationPerson
string
示例:15935500059 通话手机号
必填
followupPerson
int
示例:125 跟进人Id
必填
followupPersonName
string
示例:亚东 跟进人姓名
必填
phoneResult
int
示例:97 电话结果ID
必填
salesProgress
int
示例:0 销售进度ID
必填
conversationType
int
示例:1 通话类型 1为移动端
必填
callDirection
int
示例:2 电话方向 1为呼入 2为呼出
必填
conversationStatus
int
示例:1 通话状态 1未接通 2已接通 3已拨打未提交
必填
conversationRemark
string
示例:通话备注
必填
phoneResultTitle
string
示例:待确定 电话标签
必填
createTime
long
示例:创建时间 时间戳
必填
listCount
int
示例:1605
必填