v11
latestOpenAPI 3.1.12026-08-03174162.0 MBList event attendees with alpha-navigation support
Returns ticket-backed attendee roster rows for an event. Supports bounded browsing, alpha jump bookmarks, and attendee search.
Query parameters
Event identifier for the attendee roster.
Optional admission filters. When provided, only matching ticket admissions are included.
[ "adm_01jps5cgsee0xvapbk92e8eb4g" ]
Optional section filters. When provided, only matching ticket sections are included.
[ "sct_01jps5cgse0g3qj16kpq8t221r" ]
Optional attendee search query. Matches attendee name, email, and phone.
Opaque cursor for pagination. Use the cursor from the previous response to continue fetching results.
Cursor for loading roster rows before the current window. Mutually exclusive with cursor and anchor.
Server-issued bookmark used to jump to a roster bucket. Mutually exclusive with cursor and before.
Maximum number of attendee roster rows to return per request (1-100, default: 100).
Response
OK
Example response
{
"tickets": [
{
"id": "tkt_01jps5cgsg0s32w2pr73vbccde",
"orderId": "ord_01jps5cgsfgve5b5g2666kyryh",
"attendee": {
"firstName": "Test",
"lastName": "User",
"email": "test@session.services",
"phone": "+61411111111"
},
"admission": {
"id": "adm_01jps5cgsee0xvapbk92e8eb4g",
"name": "VIP Access",
"entryEndsAt": "2025-03-15T19:30:00"
},
"section": {
"id": "sct_01jps5cgse0g3qj16kpq8t221r",
"name": "Floor Section A"
}
}
],
"before": "eyJ2ZXJzaW9uIjoxLCJpbnRlbnQiOnsic291cmNlIjoiZGVtbyJ9LCJwb3MiOnsicHJpbWFyeUtleSI6InBybV8wMXM4NTNqIn19",
"after": "eyJ2ZXJzaW9uIjoxLCJpbnRlbnQiOnsic291cmNlIjoiZGVtbyJ9LCJwb3MiOnsicHJpbWFyeUtleSI6InBybV8wMXM4NTNkIn19",
"limit": 20
}