获取任务列表号码

  • 获取该任务的号码。

接口地址

GET/auto_call_api/getTaskPhonesList.php

参数:

参数名 是否必须 类型 参数值 说明
username string 用户名
password string 密码
company_code string 公司编号  
task_id string 任务id序号  
phone string 号码  
stime string 号码的增加时间 格式 2018-12-02%2020:15:27
etime string 号码的增加时间 格式 2018-12-02%2022:15:27
page string 起始页 默认1  
row number 页数 默认20  

请求示例

http://[ip]/auto_call_api/getTaskPhonesList.php?username=admin&password=test&company_code=test&task_id=210

返回信息

{
    "status": true,
    "msg": "",
    "data": {
        "num": "1",
        "list": [
            {
                "0": "6",
                "id": "6",
                "1": "18219103022",
                "mobile": "18219103022",
                "call_status": "0",
                "3": null,
                "call_time": null,
                "4": "0",
                "call_billsec": "0",
                "5": null,
                "call_uniqueid": null,
                "6": null,
                "extension": null,
                "7": null,
                "action_id": null,
                "8": "0",
                "ring_time": "0",
                "9": "0",
                "qstime": "0",
                "10": "0",
                "qs": "0",
                "11": "",
                "recoding": "",
                "12": "2019-11-25 16:24:33",
                "addtime": "2019-11-25 16:24:33",
                "13": "0",
                "del": "0",
                "14": "0",
                "cust_id": "0",
                "15": "69",
                "project_id": "69",
                "16": "210",
                "task_id": "210",
                "17": "10",
                "cust_task_id": "10"
            }
        ],
        "page": 1,
        "row": 20
    }
}
参数名 类型 参数值
status boolean 状态码
msg string 消息
data array 数据
-num string 数量,如果查无数据为0
-list array 数据集
--id array 记录序号
--mobile string 手机号码
--call_status string 呼叫状态,0未呼叫、1呼叫成功、2待回访、3呼叫失败、4呼叫中
--call_time string 呼叫时间
--call_billsec string 通话时长
--call_uniqueid string 通话标识
--extension string 接听坐席或者队列
--ring_time string 振铃时长
--qstime string 队列振铃时长
--recoding string 录音文件
--addtime string 添加时间