Description: Query voice message record information in batches with paging (for recent two months. The maximum interval between the starting time and the ending time is 31 days).
Parameters | Description | Required | Type |
---|---|---|---|
current |
Current page number: 1-N, default 1, cannot be passed empty |
No |
Int |
size |
Number displayed on each page: 1-100, default 25, cannot be passed empty |
No |
Int |
params |
Parameters on each page |
Yes |
JSONObject |
strTime |
Starting time of inquiry ISO8601 standard time format 2022-01-01T00:00:00+08:00 |
Yes |
String |
endTime |
Ending time of inquiry ISO8601 standard time format 2022-01-31T00:00:00+08:00 |
Yes |
String |
https://api.onbuka.com/v3/voice/recordGroupQuery
RequestURL:
https://api.onbuka.com/v3/voice/recordGroupQuery
RequestMethod:
POST
RequestHeaders:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
RequestBody:
{
"current": 1,
"size": 10,
"params": {
"strTime": "2022-01-01T00:00:00+08:00",
"endTime": "2022-01-31T00:00:00+08:00"
}
}
Parameters | Description | Type |
---|---|---|
status |
"0"means successful, others than 0 means failure, seeing Status code description. |
String |
reason |
Failure reason description |
String |
data |
Data on each page |
JSONObject |
total |
Total record number |
Int |
size |
Number displayed on each page |
Int |
current |
Current page number |
Int |
pages |
Total pages |
Int |
searchCount |
Total pages |
Boolean |
records |
Data set |
JSONArray |
voiceId |
Exclusive recording ID |
String |
callee |
Called number |
String |
displayNum |
Display name |
String |
code |
Operator's area |
String |
submitTime |
Submitting time |
String |
callTime |
Calling time |
String |
ringingTime |
Ringing time |
String |
answerTime |
Answering time |
String |
hangupTime |
Hanging-up time |
String |
callDuration |
Call duration (second) |
Int |
chargedDuration |
Charged duration (second) |
Int |
terminationCode |
Sip code, 200 means the call is successfully established |
String |
terminationReason |
Status code description |
String |
costEur |
Consumption amount (€) |
String |
billPeriod |
Billing period: 20+20, 60+60 |
String |
rate |
Rate (€) |
String |
baseCost |
Basic cost (€) |
String |
voiceFileId |
Exclusive ID of recording file |
String |
feedbackValue |
Button feedback (-1:nothing, no; -1: button) |
String |
calledInfo |
Called information, 0-1000 characters. |
String |
{
"status": "0",
"reason": "success",
"data": {
"total": 5,
"size": 20,
"current": 1,
"pages": 1,
"searchCount": true,
"records": [
{
"voiceId": "2203031113381000002",
"callee": "8613500000000",
"displayNum": "1008122211",
"code": "Afghanistan(Kandahar)",
"submitTime": "2022-02-18T14:42:40+08:00",
"callTime": "2022-02-18T14:45:42+08:00",
"ringingTime": "2022-02-18T14:42:47+08:00",
"answerTime": "2022-02-18T14:42:50+08:00",
"hangupTime": "2022-02-18T14:42:55+08:00",
"callDuration": 5,
"chargedDuration": 5,
"terminationCode": "200",
"terminationReason": "success",
"costEur": "2",
"billPeriod": "20+20",
"rate": "1.2",
"baseCost": "1",
"voiceFileId": "12022022570cc2484c59d4f8b9745d34226285b1e.mp3",
"feedbackValue": "1",
"calledInfo": "calledInfo"
}
]
}
}
Feedback
Need help?
Click here and start chatting with us!