Skip to main content

View a room session.

GET 
/room_sessions/:room_session_id

View a room session.

Request

Path Parameters

    room_session_id uuidrequired

    The unique identifier of a room session.

Query Parameters

    include_participants boolean

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

Responses

200: Get room session response.

404: Resource not found

Loading...