| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
String | ✔️ | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 |
seatingId |
String | ✔️ | ID of a seating. | b054dd32-efb6-444a-b4a6-a797a18315ef |
tableId |
String | ✔️ | ID of a table. | ff4fb435-4340-44bc-9c86-c1a9c050710f |
expand |
List<TableExpand> | ➖ | This endpoint allows you to request additional information as an expanded response using the expand query parameter. The expanded entity is retrieved and displayed inline for each specified expand value. An object contains the ID of a related object in its response properties. For example, a table will have the list of seats IDs associated with the table. You can expand these objects in-line using the expand query parameter. The respective scopes for each expansion are required. The following fields are expandable: * seats * Scope: seating/seats:read * Reference: Get Seat |
[ "seats" ] |