The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
The event ID you wish to retrieve tickets for. If omitted, tickets for all events will be returned and timeslots will be filtered to those associated with the tickets returned on the current page.
The page you wish to retrieve event tickets items. If not specified, by default pagination is handled by offset.
The offset - e.g 2 for listing event tickets starting with the 2nd event ticket. Offset will always take precedence over page.
The number of event tickets to retrieve per page. The maximum (and default) is 25 per page.
Date/Time for retrieving event tickets who's associated database records (sale items, inventory item and pricing) have been updated after the given lastUpdated time. Accepted formats:
Controls records returned depending on their deletedAt status. This is a global flag, so will apply to all resources, including relationships such as resources returned under the included attribute.
true to include deleted recordsfalse to exclude deleted records (or leave blank)true, false Indicates whether area ID's returned in tickets.*.seatingPlanAreas should be filtered to only include areas with availability.
true to return only areas with availabilityfalse (default) to return areas regardless of availabilitytrue, false A list of attributes that you wish to be returned in the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. saleItems.name,eventTimeslots.name. Can be used in conjunction with except providing both parameters don't reference the same resource.
A list of attributes that you wish to exclude from the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. saleItems.name,eventTimeslots.name. Can be used in conjunction with only providing both parameters don't reference the same resource.
Successful request to fetch event tickets.
All prices for all currencies and sales channels. The salesPointType must be used to determine the correct price to use based on the current sales channel. If there is no price for the current sales channel, the price where sales channel is null should be used, as this is the default that covers all sales channels