GET /Bookings/tables
Bookings
GET /Bookings/tables
Retrieve available tables for a given date and duration.
GET
GET /Bookings/tables
Retrieve available tables for a given date and duration.
Response is an array of section objects, each containing a list of tables.
Section object
Table object
Example 200 Response
Your API key
Date to check availability. Formats:
yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss.fffZAvailability duration in minutes. Default:
90| Field | Type | Description |
|---|---|---|
sectionName | string | Section name |
sectionId | string | Section ID |
layoutId | string | Layout ID |
layoutName | string | Layout name |
tables | array | Available tables in this section |
| Field | Type | Description |
|---|---|---|
_id | string | Table ID — use when creating or updating bookings |
name | string | Table name |
capacity | integer | Maximum guests |
minCapacity | integer | Minimum guests |
shared | boolean | Can be shared between bookings |
online | boolean | Available for online bookings |
walkinOnly | boolean | Walk-in only table |
sectionId | string | Parent section ID |
sectionName | string | Parent section name |
| Status | Description |
|---|---|
200 | Tables returned |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
400 | Invalid Date passed. |
401 | X-API-KEY missing or invalid |
429 | Rate limit exceeded |