- readme
- 商机
- 线索
- 线索管理
- 报备
- 客户管理
- 客户监控
- 公共(通用域)
- 公共(支撑域)
- AI外呼
- 智能外呼
- 人群管理
- 外呼线索
- 外呼账号
- 智能拓客
- 回调接口(百应调我们)POST
- 运营后台
- AI 云店(cloud-shop)
- RPA
- 开放接口
- 视频助手
- 账号密码登录POST
- 未命名接口GET
外呼线索-列表接口
POST
https://micro-gfyx-api.b2btst.com/v1/outbound/clue/list
最后修改时间:2024-01-04 03:19:08
责任人:翁果
请求参数
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
拨打时间结束时间
page
integer
页码
page_size
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
必需
total
integer
总数
list
array [object {15}]
必需
示例
{"data":{"total":0,"list":[]},"error_code":0,"message":"操作成功","success":true}
修改于 2024-01-04 03:19:08