查询名单批次
服务描述
用于查询名单批次
开发须知
调用本接口前,请先获取appId
服务地址
GET https://{您的专属域名}/speech/openapi/v1/task/outbound/getPhoneGroups
请求参数
参数 |
位置 |
类型 |
是否必填 |
说明 |
appId |
header |
String |
Y |
应用ID |
timestamp |
header |
String |
Y |
时间戳,毫秒 |
sign |
header |
String |
Y |
签名 |
Content-Type |
header |
String |
Y |
application/json |
taskId |
param |
Integer |
Y |
外呼任务id |
请求示例数据:
GET https://abc.xyz/speech/openapi/v1/task/outbound/getPhoneGroups?taskId=1618
sign: fo1OWX+JnfeonAFSGau2gwP1GvFa+RTw5czoBWoz+k3AjV8scDl6JnvFRDj8Lgt1nQxLlmcOhIBN4j7pEE/NAzYjXUFSGo308f5V9dHBnmGLYsqKmgma4cQZLBqHp9T43IZfRX8Zh2/Hp2HOmfTgos/L8GN6YPA8fQ2d5tbtJZrrkBuwA/LEezjOJxSRRRCrcS1ZFVvTZ+cIjYeO4QdC5r5I67LLY/nLbFAFUdQsCzUIytO09vUCLGlKierNhPfCtMzTgZSE9dWO5zJ3L2uCsXM7Od6mPROVpddVafF+BueKjtbL10PwDc9f1eBpGTpgmbOy8Bbx3NIyCjDvhc9Mag==
appId: 99845aaaaebd4d61acccc9b776208f12
timestamp: 1586314097995
返回结果
OutboundListNumberGroupOpenVo
参数 |
类型 |
说明 |
name |
String |
批次名称 |
identify |
String |
批次-标识 |
autoOutboundSwitch |
Integer |
重呼设置开关(0-关闭;1-开启,默认0) |
autoOutboundInterval |
Integer |
重呼间隔(分钟),范围:5 至 120 |
autoOutboundTimes |
Integer |
重呼次数,范围:1 至 3 |
返回结果示例:
{
"code": "10000",
"message": "请求成功",
"data": [
{
"name": "外呼任务号码批次名称",
"identify": "default",
"autoOutboundSwitch": 1,
"autoOutboundInterval": 5,
"autoOutboundTimes": 1
}
]
}
结果码说明
结果码 |
说明 |
10000 |
请求成功 |
10001 |
鉴权失败 |
10002 |
找不到对应的公钥,请先上传公钥 |
20001 |
请求失败 |
29002 |
参数错误 |
29008 |
系统异常 |