latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

User

Retrieve user call detail record

Retrieve user call detail record.

get/user/cdrs/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the CDR.

Response

OK

Example response

{
  "items": {
    "started_at": "2017-07-21T17:32:28Z",
    "rang_at": "2017-07-21T17:32:28Z",
    "answered_at": "2017-07-21T17:32:28Z",
    "ended_at": "2017-07-21T17:32:28Z"
  }
}