v1

latestOpenAPI 3.0.02026-07-13171730.7 KB
room

List Rooms

List all accessible rooms

get/rooms

Query parameters

offsetinteger

The number of items to skip before starting to collect the result set

limitinteger

The numbers of items to return

namestring

Exact name of the room to search.

layoutstring

Layout name to search.

is_terminatedboolean

Filter rooms by their termination status

Response

Successful operation

Example response

{
  "rooms": [
    {
      "id": "000585f36eed9e8fb6b655b4",
      "type": "private",
      "name": "Monthly Meeting Room with Design Class"
    },
    {
      "id": "000235f36efd9e8db6bc55b4",
      "type": "public",
      "name": "Daily Meet"
    },
    {
      "id": "000935fc6efd9f8db61c35b4",
      "type": "open",
      "name": "Free Disgn Class"
    }
  ]
}
All 17 operations