Was this helpful?
Retrieve a collection of conference room's recordings.
The unique ID of conference room.
The unique ID of the resource.
curl -L \ --url 'https://HOSTNAME:8887/api/conference_rooms/{id}/recordings' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "count": 100, "items": [ { "id": "NzAwNTUxOTA5NzczMTQ4MTYw", "answered_at": "2017-07-21T17:32:28Z", "ended_at": "2017-07-21T17:32:28Z", "duration": 1, "file_name": "text", "file_size": 0, "file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK" } ] }