外呼线索列表导出接口
POST
https://micro-gfyx-api.b2btst.com/backend/outbound/clue/export-list
最后修改时间:2024-06-04 07:47:23
责任人:翁果
请求参数
Header 参数
auth-token
string
战图登录态
示例值:
{{战图登录态}}
Body 参数application/json
keyword
string
搜索关键字,模糊搜索联系方式和客户名称
tenant_code
string
租户code
task_id
integer
任务ID
intention
array[string]
客户意向
duration_min
integer
通话时长,最短
duration_max
integer
通话时长,最长
chat_round_min
integer
通话轮次,最短
chat_round_max
integer
通话轮次,最长
finish_status
array[integer]
通话状态
start_date
string
拨打时间开始时间
end_date
string
拨打时间结束时间
audit_status
integer
审核状态
示例
{
"keyword": "先生",
"task_id": 0,
"intention": ["C"],
"duration_min": 1,
"duration_max": 10,
"chat_round_min": 1,
"chat_round_max": 10,
"finish_status": [0,1],
"start_date": "2023-11-02",
"end_date": "2023-11-02",
"page": 1,
"page_size": 10
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object | null
必需
file_url
string
文件下载链接
示例
{
"data": {
"file_url": "https://toker.mycaigou.com"
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-06-04 07:47:23