Slot
Details of the Slot Drop
The Slot represents time in a staff members or resources calendar within the platform. This is not necessarily the same as a customer booking and could represent a number of things, such as
- A Slot could represent a blocked time for which the staff member is busy
- A Slot could have been read in from an external calendar such as Exchange to block staff time out
- A Slot could represent an occurrence of an event, as such could have many clients booked into it
- A Slot could represent part of a complex booking with multiple staff and resource allocated to a single customer booking
- A slot could just be a single booking for a service for a single client!
Field | Usage / Description |
---|---|
id | {{slot.id}} |
datetime | {{slot.datetime}} |
full_describe | {{slot.full_describe}} |
status | {{slot.status}} |
spaces_booked | {{slot.spaces_booked}} |
spaces_reserved | {{slot.spaces_reserved}} |
spaces_blocked | {{slot.spaces_blocked}} |
num_spaces | {{slot.num_spaces}} |
spaces_wait | {{slot.spaces_wait}} |
session_id | {{slot.session_id}} |
person_id | {{slot.person_id}} |
resource_id | {{slot.resource_id}} |
service_id | {{slot.service_id}} |
duration | {{slot.duration}} |
pre_time | {{slot.pre_time}} |
post_time | {{slot.post_time}} |
origin | {{slot.origin}} |
end_datetime | {{slot.end_datetime}} |
duration_span | {{slot.duration_span}} |
company_id | {{slot.company_id}} |
parent_company_id | {{slot.parent_company_id}} |
created_at | {{slot.created_at}} |
updated_at | {{slot.updated_at}} |
company | {{slot.company. Link to the Company Object |
person | {{slot.person. Link to the Primary Person Object |
resource | {{slot.resource. Link to the Primary Resource Object |
address | {{slot.address. Link to the Address Object |
service | {{slot.service. Link to the Service Object |
event_chain | {{slot.event_chain. Link to the Event Chain Object |
booking | {{slot.booking. Link to the Booking Object |
bookings | {% for booking in slot.bookings %} Loop around all of the active bookings in the slot |
app | {{booking.app. Link to a Custom Object belonging to an app |
Updated over 2 years ago