EventAttendees
Get one EventAttendee
Retrieve a single EventAttendee record by its Id.
GET
Get one EventAttendee
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-Read role.Path Parameters
integer
required
The Id of the EventAttendee record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this event registration..
integer
ID of the event this registration is for; it cannot be changed after creation..
string
Display value for CalendarEvent.Name..
integer
ID of the ticket type purchased for the event; it cannot be changed after creation..
string
Display value for EventProduct.Name..
number
Display value for EventProduct.Price..
string
Display value for EventProduct.Currency.Code..
integer
Optional ID of the customer who purchased the ticket; a customer is created from the attendee name and email when none is supplied..
string
Display value for Coworker.FullName..
string
Full name of the person registered to attend; required..
string
Email address of the person registered to attend; required..
string
Optional purchase-order reference for this ticket registration..
string
Read-only five-digit code generated for an unchecked-in attendee and used to find the registration at check-in..
boolean
Whether the attendee has checked in to the event..
string
Date and time in UTC when the attendee checked in; clear it when reversing a check-in..
boolean
Whether this ticket registration is treated as invoiced when it is created; this value cannot be changed later..
string
Read-only payment due date associated with this ticket registration, when available..
boolean
Internal billing-processing flag maintained by the billing workflow; do not inspect or set it..
string
Internal location-local representation of the record creation timestamp; use the base CreatedOn timestamp instead..
string
Internal location-local representation of CheckedInDate; use CheckedInDate instead..
integer
Read-only ID of the invoice containing this ticket registration, populated by the invoicing process..
string
Read-only invoice number containing this ticket registration, populated by the invoicing process..
boolean
Whether the associated invoice has been paid; read-only and populated by the invoicing process..
boolean
Internal flag set after the event reminder scheduler processes this registration; do not inspect or set it..
string
Internal Zoom registrant payload created and consumed by the Zoom integration; do not inspect or set it..
string
Internal Zoom participant identifier assigned by the Zoom integration; do not inspect or set it..
boolean
Internal delivery flag used to suppress duplicate registration confirmations; do not inspect or set it..
boolean
Whether this ticket registration has been cancelled; cancelling an invoiced ticket can also cancel or refund its invoice through the cancellation workflow..
integer
Reason for cancellation: Unknown, BadPreviousExperience, CantAttend, NoLongerNeeded, TooExpensive, or Other..
string
Date and time in UTC when the ticket was cancelled, normally set by the cancellation workflow..
string
Name of the user or customer recorded as cancelling the ticket, normally set by the cancellation workflow..
string
Optional cancellation explanation, limited to 255 characters; use it especially when CancellationReason is Other..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response