The Time Slots API allows you to retrieve availability information for time slots at a reservation location on and around a given date and for a given party size.
A time slot represents a period of time in a restaurant’s calendar. Time slots can have any duration, and restaurants generally set their durations based on party size.
The following factors influence whether a time slot at a reservation location is available:
With the Time Slots API, you can:
A time slot can have the following statuses:
AVAILABLE
- The restaurant is open and available to seat a party of the given size at the given date and time.UNAVAILABLE
- The restaurant is open but unable to seat a party of the given size at the given date and time.NON_WORKING_HOURS
- The restaurant is not open at this time.timeSlot
objects also indicate whether manual approval is required to make a reservation at the given reservation location.
It’s important to note the following points before starting to code:
timeSlots
from wix-table-reservations.v2
:
For a comprehensive glossary of Table Reservations terms, see Terminology.