- readme
- 商机
- 线索
- 线索管理
- 报备
- 客户管理
- 客户监控
- 公共(通用域)
- 公共(支撑域)
- AI外呼
- 智能外呼
- 人群管理
- 外呼线索
- 外呼账号
- 智能拓客
- 回调接口(百应调我们)POST
- 运营后台
- AI 云店(cloud-shop)
- RPA
- 开放接口
- 视频助手
- 账号密码登录POST
- 未命名接口GET
外呼线索列表-导出接口、已完成任务列表-导出接口
POST
https://micro-gfyx-api.b2btst.com/v1/outbound/clue/export
最后修改时间:2024-04-26 03:10:45
责任人:翁果
请求参数
Header 参数
access_token
string
必需
Body 参数application/json
keyword
string
搜索关键字,模糊搜索联系方式和客户名称
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
拨打时间结束时间
ids
array[integer]
部分导出选中的记录id
示例
{
"keyword": "",
"task_id": 0,
"intention": [],
"duration_min": 0,
"duration_max": 0,
"chat_round_min": 0,
"chat_round_max": 0,
"finish_status": [
0
],
"start_date": "",
"end_date": "",
"ids": []
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
error_code
integer
必需
data
object | null
必需
file_url
string
导出文件的链接地址
示例
{
"data": {
"file_url": "https://toker.b2btst.com"
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-04-26 03:10:45