List Visits
GET /visits
You can use this endpoint to retrieve a list of visits. Optionally, you can use the filter parameter to filter the list of visits.
A visit represents a single entry to the venue. Each visit has a type that indicates whether it was a ticket utilization (TICKET_UTILIZATION) or a customer checkin (CUSTOMER_CHECKIN).
Use the Pagination and Querying sections to learn more about how to complete this request.
Available Fields to Query
| Field Name | Type |
|---|---|
DATE | date |
NUMBER_OF_ADDITIONAL_PERSONS | number |
NUMBER_OF_ADULTS | number |
NUMBER_OF_CHILDREN | number |
TOTAL | number |