Resource types can be extended and modified, but the default ones are:
- meeting rooms - meeting_room
- private offices - team_room
- private office desk - desk_tr
- dedicated desks - desk
- hot desks - hotdesk
Target types (Floorplan object type):
- desk
- zone
Booking modes:
- time
- date
Check-in modes:
- half_day
- day
You can retrieve a list of all your resource types.
Resource Types
| Property | Type | Required | Description |
|---|---|---|---|
| title | string | true | The name of the resource type. |
| type | string | true | A unique key that links the resource type to a zone type. |
| target | enum | true | The floorplan object type of the resource. One of types listed above. |
| bookingMode | enum | false | Booking mode of the resource type. One of types listed above. |
| checkinMode | enum | false | The check-in mode of the resource type (applicable to hotdesk type only). One of types listed above. |
| icon | string | false | An icon to represent the resource type on the portal. |
| color | string | false | A color that color codes the resource type on the floorplan. |
| canBook | boolean | false | If true, the resource type is available for booking on a calendar. |
| canAssign | boolean | false | If true, memberships is assignable to the resource type. |
| primary | boolean | false | If true, the resource occupancy can be tracked in the Occupancy section of the Dashboard. |
| hierarchicalResourcesEnabled | boolean | false | If true, the resource type allows parent/child relationship (applicable to meeting_room type only). |