Room Endpoints
List Rooms
List all accessible rooms
GET
/
rooms
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
offset
integer
The number of items to skip before starting to collect the result set
limit
integer
The numbers of items to return
name
string
Exact name of the room to search.
layout
string
Layout name to search.
is_terminated
boolean
Filter rooms by their termination status
Response
200 - application/json
rooms
object[]
paging
object
Details of pagination used for current responses.