rooms

Get Room By Id

get/api/rooms/by-id/{room_id}

Path parameters

room_idstring uuid required

Response

Successful Response

idstring uuid required

Room UUID

clinic_location_idstring uuid required

Clinic location UUID

namestring required

Room name

descriptionstring nullable

Room description

room_type'STANDARD' | 'NUTRITION'

Room type constants.

capacityinteger

Room capacity

is_activeboolean required

Whether the room is active

created_atstring date-time nullable

Creation timestamp

updated_atstring date-time nullable

Last update timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.