v1

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

get/botData

Query parameters

roomIdinteger

Get data from specific room

botIdstring required

Get data from specific bot

namestring

Filter botData by name

createdAtstring

Filter by time period when BotData was created.

updatedAtstring

Filter by time period when BotData was 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 botData

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.