Use Case Examples
The following examples illustrate common ways to work with the Attendee API. Although the API exposes a single, versioned endpoint, flexible query parameters allow you to tailor responses to diverse use cases. This approach provides consistency while supporting varied needs like targeted filtering, incremental retrieval, and optimized payloads.
Endpoints#endpoints
GETUse Case – By Email{{API_BASE_URL}}/terp/v1/events/{{EVENT_ID}}/attendees?eMail=a.ditus@aditus.deGETUse Case – By Sale{{API_BASE_URL}}/terp/v1/events/{{EVENT_ID}}/attendees?saleId=6054807e-d505-f111-93e3-00155d960409GETUse Case – By Ticket Code{{API_BASE_URL}}/terp/v1/events/{{EVENT_ID}}/attendees?ticketCode=0333602070000017GETUse Case – Delta Sync{{API_BASE_URL}}/terp/v1/events/{{EVENT_ID}}/attendees