Room Sessions

View a room session.

get/room_sessions/{room_session_id}

Path parameters

room_session_idstring uuid required
Example:0ccc7b54-4df3-4bca-a65a-3da1ecc777f0

The unique identifier of a room session.

Query parameters

include_participantsboolean
Example:true

To decide if room participants should be included in the response.

Response

Get room session response.

Example response

{
  "data": {
    "id": "7b61621f-62e0-4aad-ab11-9fd19e272e73",
    "room_id": "7b61621f-5fe4-4aad-ab11-9fd19e272e73",
    "active": false,
    "created_at": "2021-04-16T09:46:20.954863Z",
    "updated_at": "2021-04-16T10:24:55.962200Z",
    "ended_at": "2021-04-16T10:24:55.962200Z",
    "participants": [],
    "record_type": "room_session"
  }
}

Changes

No recorded changes to this endpoint across all 47 revisions of this API.