获取租户ai外呼任务列表接口(作为列表筛选的备选项)
GET
https://micro-gfyx-api.b2btst.com/backend/outbound/task/list
最后修改时间:2024-02-23 02:55:18
责任人:翁果
请求参数
Query 参数
tenant_code
string
租户code
page
number
页码
示例值:
1
page_size
number
页数
示例值:
10
Header 参数
auth-token
string
战图登录态
示例值:
{{战图登录态}}
返回响应
🟢200成功
application/json
Body
data
object | null
必需
total
integer
总数
list
array [object {8}]
必需
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"total": 20,
"list": [
{
"task_id": 5772448,
"task_name": "手动116",
"task_status": 2,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 1,
"done_count": 1
},
{
"task_id": 5771795,
"task_name": "liaobw-test-05-alter",
"task_status": 2,
"seat_num": 1,
"created_by": "廖炳为",
"created_on": "2023-11-06 14:19:37",
"total_count": 0,
"done_count": 0
},
{
"task_id": 5766130,
"task_name": "liaobw-test-04",
"task_status": 2,
"seat_num": 0,
"created_by": "廖炳为",
"created_on": "2023-11-04 23:04:11",
"total_count": 0,
"done_count": 0
},
{
"task_id": 5765379,
"task_name": "liaobw-test-03",
"task_status": 6,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 1,
"done_count": 0
},
{
"task_id": 5765361,
"task_name": "liaobw-test-02",
"task_status": 0,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 0,
"done_count": 0
},
{
"task_id": 5762952,
"task_name": "liaobw-test-01",
"task_status": 0,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 0,
"done_count": 0
},
{
"task_id": 5758452,
"task_name": "翁果测试",
"task_status": 2,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 1,
"done_count": 1
},
{
"task_id": 5750914,
"task_name": "手动启用lhz",
"task_status": 0,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 1,
"done_count": 0
},
{
"task_id": 5749304,
"task_name": "liaobw-test@Copy15787924",
"task_status": 0,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 0,
"done_count": 0
},
{
"task_id": 5725666,
"task_name": "深圳区域-营销外呼",
"task_status": 4,
"seat_num": 0,
"created_by": "系统管理员",
"created_on": "--",
"total_count": 14759,
"done_count": 14758
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 02:55:18