https://api.laaffic.com/v3/voice/group/call/query
參數 | 説明 | 是否必填 | 類型 |
---|---|---|---|
current | 當前頁碼,1-N | 是 | Integer |
size | 每頁顯示數,1-100 | 是 | Integer |
params | 分頁參數 | 是 | JSONObject |
strTime | 開始時間 | 是 | LocalDateTime |
endTime | 結束時間 | 是 | LocalDateTime |
statusList | 發送狀態 0-等待提交、1呼叫中、2-任務完成、3-提交失敗、4、任務取消、5、任務暫停 6、提交中 | 否 | List<Integer> |
idxAppId | 應用id | 否 | Integer |
searchCondition | 綜合模糊查詢: 任務名稱/語音文件名/文本轉語音 | 否 | String |
Request URL:
https://api.laaffic.com/v3/voice/group/call/query
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"current": 1,
"size": 10,
"params": {
"strTime": "2024-01-01 00:00:00",
"endTime": "2024-06-03 15:13:01",
"statusList": []
}
}
參數 | 説明 | 類型 |
---|---|---|
code | 狀態碼,0成功,其他失敗參見 接口響應碼。 | String |
msg | 失敗原因說明 | String |
data | 分頁數據 | JSONObject |
total | 總記錄條數 | Integer |
size | 每頁顯示數 | Integer |
current | 當前頁碼 | Integer |
pages | 總頁碼 | Integer |
records | 數據集合 | JSONArray |
jobId | 羣呼任務id | Integer |
taskName | 任務名 | String |
status | 發送狀態 0-等待提交、1呼叫中、2-任務完成、3-提交失敗、4、任務取消、5、任務暫停、6 提交中 | Integer |
rate | 呼叫進度 | String |
numCnt | 任務條數 | Integer |
callNum | 已呼叫數量 | Integer |
success | 成功數 | Integer |
fail | 失敗數 | Integer |
createdTime | 提交時間 | LocalDateTime |
{
"code": 0,
"msg": "success",
"data": {
"records": [
{
"jobId": 5000602,
"taskName": "2024-06-04 14:49:17111",
"status": 0,
"rate": "0",
"numCnt": 1,
"callNum": 0,
"success": 0,
"fail": 0,
"createdTime": "2024-06-04 14:49:36"
}
],
"total": 574,
"size": 1,
"current": 1,
"searchCount": true,
"pages": 574
}
}
狀態碼 | 説明 |
---|---|
0 | 成功 |
-1 | 帳號認證異常 |
-2 | ip限制 |
-10 | 餘額不足 |
-16 | 時間戳過期 |
-18 | 系統異常 |
-22 | 參數異常 |
點擊此處開啟人工服務