PageNumber (integer), PageSize (integer)SuccessResponseModelOfPagedListGetModelOfPbxCdrResponseModelcurl --location 'https://api.veloconnect.me/api/sip/voice/cdrs?PageNumber=undefined&PageSize=undefined'{
"data": [
{
"items": [
{
"id": null,
"caller": null,
"callerDomain": null,
"callerDisplayName": null,
"callee": null,
"calleeDomain": null,
"calleeDisplayName": null,
"startedAt": null,
"rangAt": null,
"answeredAt": null,
"endedAt": null,
"callId": null,
"direction": null,
"endReason": null,
"rerouteReason": null,
"statusCode": null,
"destination": null,
"outboundCallerId": null,
"didCid": null,
"trunk": null,
"duration": null,
"serviceNumber": null,
"userData": null,
"fileUrls": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}