EventAttendees
Search EventAttendees
Search and list EventAttendee records with filtering, sorting, and pagination.
GET
Search EventAttendees
An EventAttendee is an event ticket registration for a customer, linking the customer and ticket type to an event while tracking check-in, invoicing, and cancellation status.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the EventAttendee-List role.Query Parameters
Pagination & Sorting
integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g.
Name, CreatedOn).integer
Sort direction.
0 for ascending, 1 for descending.Filters
integer
Filter by iD of the location that owns this event registration..
integer
Filter by iD of the event this registration is for; it cannot be changed after creation..
string
Filter by display value for CalendarEvent.Name..
integer
Filter by iD of the ticket type purchased for the event; it cannot be changed after creation..
string
Filter by display value for EventProduct.Name..
number
Filter by display value for EventProduct.Price..
string
Filter by display value for EventProduct.Currency.Code..
integer
Filter by optional ID of the customer who purchased the ticket; a customer is created from the attendee name and email when none is supplied..
string
Filter by display value for Coworker.FullName..
string
Filter by full name of the person registered to attend; required..
string
Filter by email address of the person registered to attend; required..
string
Filter by optional purchase-order reference for this ticket registration..
string
Filter by read-only five-digit code generated for an unchecked-in attendee and used to find the registration at check-in..
boolean
Filter by whether the attendee has checked in to the event..
string
Filter by date and time in UTC when the attendee checked in; clear it when reversing a check-in..
boolean
Filter by whether this ticket registration is treated as invoiced when it is created; this value cannot be changed later..
string
Filter by read-only payment due date associated with this ticket registration, when available..
boolean
Filter by internal billing-processing flag maintained by the billing workflow; do not inspect or set it..
string
Filter by internal location-local representation of the record creation timestamp; use the base CreatedOn timestamp instead..
string
Filter by internal location-local representation of CheckedInDate; use CheckedInDate instead..
integer
Filter by read-only ID of the invoice containing this ticket registration, populated by the invoicing process..
string
Filter by read-only invoice number containing this ticket registration, populated by the invoicing process..
boolean
Filter by whether the associated invoice has been paid; read-only and populated by the invoicing process..
boolean
Filter by internal flag set after the event reminder scheduler processes this registration; do not inspect or set it..
string
Filter by internal Zoom registrant payload created and consumed by the Zoom integration; do not inspect or set it..
string
Filter by internal Zoom participant identifier assigned by the Zoom integration; do not inspect or set it..
boolean
Filter by internal delivery flag used to suppress duplicate registration confirmations; do not inspect or set it..
boolean
Filter by whether this ticket registration has been cancelled; cancelling an invoiced ticket can also cancel or refund its invoice through the cancellation workflow..
integer
Filter by reason for cancellation: Unknown, BadPreviousExperience, CantAttend, NoLongerNeeded, TooExpensive, or Other..
string
Filter by date and time in UTC when the ticket was cancelled, normally set by the cancellation workflow..
string
Filter by name of the user or customer recorded as cancelling the ticket, normally set by the cancellation workflow..
string
Filter by optional cancellation explanation, limited to 255 characters; use it especially when CancellationReason is Other..
Range Filters
number
Filter by display value for EventProduct.Price. greater than or equal to this value.
number
Filter by display value for EventProduct.Price. less than or equal to this value.
string
Filter by date and time in UTC when the attendee checked in; clear it when reversing a check-in. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by date and time in UTC when the attendee checked in; clear it when reversing a check-in. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by read-only payment due date associated with this ticket registration, when available. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by read-only payment due date associated with this ticket registration, when available. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal location-local representation of the record creation timestamp; use the base CreatedOn timestamp instead. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal location-local representation of the record creation timestamp; use the base CreatedOn timestamp instead. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal location-local representation of CheckedInDate; use CheckedInDate instead. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal location-local representation of CheckedInDate; use CheckedInDate instead. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.integer
Filter by read-only ID of the invoice containing this ticket registration, populated by the invoicing process. greater than or equal to this value.
integer
Filter by read-only ID of the invoice containing this ticket registration, populated by the invoicing process. less than or equal to this value.
string
Filter by date and time in UTC when the ticket was cancelled, normally set by the cancellation workflow. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by date and time in UTC when the ticket was cancelled, normally set by the cancellation workflow. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by FullName
Range filters
Response
200
EventAttendee[]
The list of EventAttendee records matching the query. See the Get one EventAttendee endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (
0 = ascending, 1 = descending).integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response