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
additionalDetailsAdditionalDetailsRead-only

Additional Details


attendanceStatusstring

attendanceStatusUpdatedDateDate

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


contactIdstringformat GUID

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


_createdDateDate

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

_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).


_updatedDateDate

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

Did this help?