get https://api.atendare.com/v2/calls
{
"total": 1,
"page_index": 0,
"page_size": 15,
"results": [
{
"id": 1,
"event_date": "2023-03-02T16:21:47Z",
"duration": "00:00:06",
"duration_seconds": 6,
"user_id": 1,
"user_phone": "+55 55 999999999",
"user_ramal": "36856002",
"phone": "+55 55 999999999",
"call_id": "xxx-xxx-xxx",
"status": 3,
"creation_date": "2023-03-02T13:21:41Z",
"audio": {
"path": "https://atendare.storage.googleapis.com/audio.mp3"
},
"author_id": 1,
"author": {
"id": 1,
"detail": "Nome do autor",
"type": 1,
"user_id": 1
}
}
]
}