curl --location --request POST 'https://seupabxutech.exemplo.com.br/utech/v1/call/calllist?token&page' \
--header 'Content-Type: application/json' \
--data-raw '{
"date_ini": "2025-07-01",
"date_end": "2025-07-02",
"number": "4833334840",
"source": "2001",
"destination": "4833334840"
}'
{
"status": "ok",
"calls": {
"100": {
"source": "200",
"destination": "04833334840",
"direction": "OUT",
"type": "OUT",
"start": "2025-07-21 08:25:39",
"answer": "0000-00-00 00:00:00",
"end": "2025-07-21 08:25:47",
"duration": "0",
"agent": "112",
"trunk": "-",
"status": "1",
"callid": "1753097139.123456",
"cause": "31",
"account": "-",
"released": "1",
"csc": "99",
"record": "http://seu.dominio.com/storage/07082024/gravacao_1234.wav"
}
},
"total": 1,
"count": 1,
"page": 1
}