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
Example response
{
"roomId": "ab-123",
"name": "123456",
"description": "The machine description",
"capacity": 1,
"capacityForGroup": true
}