An entity representing a desk (seat) where a person may work.
Desks come in a variety of types, depending on how an organization wants to use them.
Note: Robin uses the terms desk and seat interchangeably.
Properties
| Property | Type | Description |
|---|---|---|
id | Integer | ID of the desk |
name | String | name of the desk |
space_id | Integer | ID of the space the desk belongs to |
space | Space | Space the desk belongs to |
zone_id | Integer \ | null |
zone | Zone \ | null |
seat_amenities | Array | Amenities the desk has |
is_reservable | Boolean | Indicates if a desk is reservable (can be used as a temporary on/off switch for a desk) |
disabled_at | String | The date and time the resource was disabled |
Desk settings
Desk settings manage desk properties like seat-reservation-max-length(maximum length of a single reservation) or seat-reservation-types-allowed which controls the seat types.
Desk types
There are multiple desk types available for desks, controlling the types of reservations that can be made on those desks. Desk types are an array of one or more reservation types, as explained in the table:
Desk Type | Description |
|---|---|
| Hoteled desk type, used to make |
| Hot desk type, used to make |
[`~~"assigned"]~~ |
|
| Shared desk, not bookable on empty days - indicates a desk that will have |
| Shared desk, bookable on empty days - indicates a desk that can have both |
More on the reservation types on the Reservation page.
