Admission groups in TablelistPro represent table reservations, guestlist, tally, cover and tickets.
- Method:
GET - Path:
/venues/{venueId}/admission-groups - Operation ID:
listAdmissionGroups - Tags: Admission Groups
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
venueId | string | Yes |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dateStart | string | No | |
dateEnd | string | No | |
createdStart | string | No | |
createdEnd | string | No | |
type | string | No | |
status | string | No | |
search | string | No | |
lead | boolean | No | |
sort | string | No | |
skip | number | No | |
limit | number | No |
Header Parameters
| Name | Type | Required | Description |
|---|---|---|---|
x-tl-api-key | string | Yes |
Responses
200
Admission groups response object.
- Content-Type:
application/json- Schema:
object
- Schema:
| Field | Type | Required | Description |
|---|---|---|---|
data | array<object> | Yes |
default
unexpected error
- Content-Type:
application/json- Schema:
object
- Schema:
| Field | Type | Required | Description |
|---|---|---|---|
message | string | Yes | |
errors | array<object> | Yes | |
errorData | object | No |