Retrieve a list of admissions to the event sections that the authenticated redeemer has access to.
Security
SessionKey(Required scopes: administrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/events/{event}/admissions
- QA Serverhttps://qa.ticketingevents.com/v3/events/{event}/admissions
- Production Serverhttps://api.ticketingevents.com/v3/events/{event}/admissions
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/events/{event}/admissions?records=25&page=1&redeemer=string&device=string&ticket=string&patron=string§ion=string' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The list of event admissions matching the given criteria was successfully retrieved.
Response
{ "page": 3, "records": 2, "entries": [ { … }, { … } ] }