CDR
Get call report details
Get details of call report by it's unique ID.
get/call_reports/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the call report.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"email": "example@example.com",
"started_at": "2017-07-21T17:32:28Z",
"ended_at": "2017-07-21T17:32:28Z"
}