Recordings

List conference recordings

get

Retrieve a collection of conference room's recordings.

Authorizations
Path parameters
idall ofrequired

The unique ID of conference room.

The unique ID of the resource.

Responses
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"
    }
  ]
}

Was this helpful?