User
Retrieve an user call recording
Get details of an user call recording.
get/user/recordings/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the call recording.
Response
OK
Example response
{
"items": [
{
"started_at": "2017-07-21T17:32:28Z",
"ended_at": "2017-07-21T17:32:28Z",
"file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK"
}
]
}