v1

latestOpenAPI 3.0.1Apache 2.02026-07-2473111182.6 KB
Room

Retrieve a room

Get a room for the specified business id, branch id and room id

get/api/business/{businessId}/branch/{branchId}/room/{roomId}

Path parameters

businessIdstring required
branchIdstring required
roomIdstring required

Response

Specified room retrieved

roomIdstring required
namestring
descriptionstring
colorinteger
capacityinteger
capacityForGroupboolean
archivedboolean

Example response

{
  "roomId": "ab-123",
  "name": "123456",
  "description": "The machine description",
  "capacity": 1,
  "capacityForGroup": true
}