Guest Object


Gives the information about all guests who bought tickets to an event or who RSVP'ed. Read more about Event Guests in this overview.

Properties
attendanceStatusstring

Attendance status. The attendance status updates based on status values in an RSVP object (for RSVP events) or in an Order object (for ticketed events). For more information, see Guest Attendance Status Mapping.

Note: For guestType of "BUYER" or "TICKET_HOLDER" the "IN_WAITLIST" value is not applicable.


attendanceStatusUpdatedDatestringformat date-time

Date and time of guest's latest attendance status update.


contactIdstringformat GUID

Guest's contact ID. See the Contacts API for more details.


createdDatestringformat date-time

Date and time the guest was created in yyyy-mm-ddThh:mm:sssZ format.


eventIdstringformat GUID

Event ID.


guestDetailsGuestDetails

Guest details.

Returned only when the guestDetails fieldset is sent in the request.


guestTypestring

Guest type.


idstringformat GUID

Guest ID.


localestringformat LANGUAGE_TAG

Locale in IETF BCP 47 format. Used when the event date and time on a ticket should be formatted into another locale.


memberIdstringformat GUID

Site member ID.


orderNumberstringmaxLength 36

Order number.

Note: Only applicable when guestType is "BUYER" or "TICKET_HOLDER".


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the guest is updated.


rsvpIdstringformat GUID

RSVP ID.

Note: Only applicable when guestType is "RSVP".


secondaryLanguageCodestringformat LANGUAGE

Secondary language code in ISO 639-1 format. Used when the event ticket should be translated into another language.


ticketNumberstringmaxLength 36

Ticket number.

Note: Only applicable when guestType is "TICKET_HOLDER".


ticketsArray <TicketDetails>maxItems 50

List of names, numbers, and definition IDs for each ticket.


totalGuestsintegerRead-onlyformat int32

Number of total guests in an event (registered guests + additional ones).


updatedDatestringformat date-time

Date and time the guest was updated in yyyy-mm-ddThh:mm:sssZ format.

Did this help?