Retrieve a room of a center

This API helps you to retrieve the details of a specific room at the required center.

You must specify in the API request the unique identifier of the location (center) as center_id and the unique identifier of the room as room_id. The API then retrieves the details of the room.

Response Details

NameTypeDescription
idguidUnique 32-character identifier of the room.
codestringCode to identify the room.
namestringName of the room.
room_category_idstringUnique identifier of the room category.
descriptionstringDescribes the category of the room.
capacityintCapacity of the room.
can_exceed_capacitybooleanIndicates whether the room allows to book more than its default capacity.
only_one_appointmentbooleanIndicates whether the room allows only one appointment at a time in this room.
errorobjectObject that contains error message and error code details. For more information, refer to the error Object table.

error Object

codemessage
401Authorization has been denied for this request.
502invalid center_id.
502room with not found.
Language
Authorization
Header
Click Try It! to start a request and see the response here!