v1
latestOpenAPI 3.0.02026-07-1494623.7 KBCalls
Get detail of a specific call
Get detail of a specific call
get/{uuid}
Response
Ok
Example response
{
"_links": {
"self": {
"href": "/calls/63f61863-4a51-4f6b-86e1-46edebcf9356"
}
},
"conversation_uuid": "CON-f972836a-550f-45fa-956c-12a2ab5b7d22",
"direction": "outbound",
"duration": "60",
"end_time": "2020-01-01 12:00:00",
"from": {
"number": "447700900001",
"type": "phone"
},
"network": "65512",
"price": "23.40",
"rate": "0.39",
"start_time": "2020-01-01 12:00:00",
"status": "completed",
"to": {
"number": "447700900000",
"type": "phone"
},
"uuid": "63f61863-4a51-4f6b-86e1-46edebcf9356"
}