v1

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

Get room bot data

get/rooms/{roomId}/data

Path parameters

roomIdinteger required

The id of the room to retrieve bot data from

Query parameters

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 specified bot data

idstring

UUID of the specified bot data

namestring

Name of the bot data

valuestring

Current value of the bot data

roomIdinteger

The room number of the room of the bot data

botIdstring

UUID of the specified bot in that room

createdBystring

Id of the User who created this botData.