v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
roomTypes

get/roomTypes

Query parameters

namestring

Filter roomTypes by name

isEnabledboolean

Filter roomTypes by active flag

typestring

Filter roomType by roomTypeType

createdAtstring

Filter by time period when roomTypes were created.

updatedAtstring

Filter by time period when roomTypes were updated.

limitinteger

Maximum number of records to return in the response; also useful for pagination in the UI.

offsetinteger

Offset for paginating the response.

Response

Success, returns all roomTypes

idstring

The UUID of the roomType specified

namestring

The roomType being used in the specified room

isEnabledboolean

Flag indicating whether a roomType is enabled to use on rooms

settingsobject

Key-value pairs used to configure bots and rooms intial state

rulesobject[]

Array containing the rules that trigger automations for rooms of this type

botsstring[]

Array containing the bots to be used for rooms of this type

createdBystring

Id of the User who created this roomType.