{
"page": 1,
"pageSize": 15,
"requestUuid": "",
"calleerNumber": "",
"calledNumber": "",
"userId": "",
"dialTimeStart": "yyyy-MM-dd HH:mm:ss",
"dialTimeEnd": "yyyy-MM-dd HH:mm:ss"
}curl --location --request POST '/outcall/manualcall/queryList' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 15,
"requestUuid": "",
"calleerNumber": "",
"calledNumber": "",
"userId": "",
"dialTimeStart": "yyyy-MM-dd HH:mm:ss",
"dialTimeEnd": "yyyy-MM-dd HH:mm:ss"
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"userId": "",
"requestUuid": "",
"calledNumber": "",
"calleerNumber": "",
"callStatus": 0,
"dialTime": "yyyy-MM-dd HH:mm:ss",
"ringStartTime": "yyyy-MM-dd HH:mm:ss",
"ringEndTime": "yyyy-MM-dd HH:mm:ss",
"answerTime": "yyyy-MM-dd HH:mm:ss",
"hangupTime": "yyyy-MM-dd HH:mm:ss",
"recordingUrl": "",
"callDuration": 0,
"sipCode": "",
"sipMessage": ""
}
],
"total": 0,
"pageSize": 0,
"page": 0,
"pages": 0
}
}