Use this file to discover all available pages before exploring further.
A FloorPlanDesk (referred to as a floor plan unit in the UI) represents a specific area or room placed on a floor plan. Each unit typically maps to a bookable resource or a space assigned to a customer through a contract.There are five unit types controlled by ItemType:
ItemType
Typical use
Office
Private office assigned to a customer via a contract
DedicatedDesk
Desk permanently assigned to a customer via a contract
HotDesk
Shared desk bookable via a resource or assigned to a contract
Room
Meeting room or bookable space linked to a resource
Other
Any area that does not match the types above
Link a unit to a Resource via ResourceId to let customers book it through the floor plan view on the Members Portal. Assign it to one or more contracts via CoworkerContractIds to track occupancy.Units can be monitored by an IoT sensor (SensorId). The last sensor reading is exposed via SensorLastValue and IsSensorOccupied.Position and size on the canvas are maintained by the floor plan editor. AvailableFromTime / AvailableToTime allow time-bounded availability windows.
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the FloorPlanDesk-Create role.