Reporting endpoint - Full tickets list
Overview
Organizers can now easily extract all tickets data, including ownership for a specific event. This report is generated for a single event and aims to provide a detailed list of tickets along with comprehensive wallet owner information, including opt-in statuses.
Some business logic has been applied to the report :
Each valid ticket will correspond to one row in the report, excluding tickets with the status of 'DELETED'
For tickets that are only INJECTED:
If an owner account exists, full owner details are included.
If an owner account does not exist, the report will include the email, first name, and last name from the ticket's initial owner fields.
To generate a report for a single event, use this reporting endpoint: /organizer/report/events/tickets
To generate this report for multiple events, use this reporting endpoint instead: /organizer/report/events/{eventId}/tickets
Parameters
eventId (required): specify ONE event ID. The Event ID is visible in the Event list in Backoffice:
mobileAppId (required): specify the applicable application identifier
excludeDeleted : true/false, false by default
limit (required): maximum number of results to extract
offset (required): skip the first N results (pagination)
lastUpdatedSince (optional): Filter data updated since the given timestamp
lastUpdatedBefore (optional): Filter data updated before the given timestamp
Data returned
total | integer Total number of ticket available (for pagination if needed) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result | List of tickets
|