> Portal Navigation:
>
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt
# Resource: Event Guests
# Type: Guest Object
# Link: https://dev.wix.com/docs/api-reference/business-solutions/events/registration/event-guests/guest-object.md
## Description: Gives the information about all guests who bought tickets to an event or who RSVP'ed. Read more about Event Guests in this [overview](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/introduction.md).
## Schema:
```json
Type: Guest Object | type: EventGuest
Description: Gives the information about all guests who bought tickets to an event or who RSVP'ed. Read more about Event Guests in this [overview](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/introduction.md).
- name: id | type: string | description: Guest ID.
- name: value | type: string | description:
- name: eventId | type: string | description: Event ID.
- name: rsvpId | type: string | description: RSVP ID.
**Note:** Only applicable when `guestType` is `"RSVP"`.
- name: orderNumber | type: string | description: Order number.
**Note:** Only applicable when `guestType` is `"BUYER"` or `"TICKET_HOLDER"`.
- name: ticketNumber | type: string | description: Ticket number.
**Note:** Only applicable when `guestType` is `"TICKET_HOLDER"`.
- name: tickets | type: Array | description: List of names, numbers, and definition IDs for each ticket.
- name: number | type: string | description: Ticket number.
- name: definitionId | type: string | description: Ticket definition ID.
- name: name | type: string | description: Ticket name.
- name: contactId | type: string | description: Guest's contact ID. See the Contacts API for more details.
- name: guestDetails | type: GuestDetails | description: Guest details.
Returned only when the `guestDetails` fieldset is sent in the request.
- name: email | type: string | description: Email.
- name: firstName | type: string | description: First name.
- name: lastName | type: string | description: Last name.
- name: formResponse | type: FormResponse | description: Form response.
- name: inputValues | type: Array | description: Form field inputs.
- name: checkedIn | type: boolean | description: Whether the guest has checked into the event.
- name: onlineConferencingLogin | type: OnlineConferencingLogin | description: The login details for the guest to access the online conference event.
- name: link | type: string | description: Link URL to the online conference.
- name: password | type: string | description: Password for the online conference.
- name: phone | type: string | description: Phone extracted from form response. If multiples phone inputs are present, first one is returned.
- name: address | type: string | description: Address extracted from form response. If multiples address inputs are present, first one is returned.
- name: attendanceStatus | type: string | description: 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](https://dev.wix.com/docs/api-reference/business-solutions/events/registration/event-guests/guest-attendance-status-mapping.md).
**Note:** For `guestType` of `"BUYER"` or `"TICKET_HOLDER"` the `"IN_WAITLIST"` value is not applicable.
enum: NOT_ATTENDING, ATTENDING, IN_WAITLIST
- name: secondaryLanguageCode | type: string | description: Secondary language code in [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. Used when the event ticket should be translated into another language.
- name: createdDate | type: string | description: Date and time the guest was created in `yyyy-mm-ddThh:mm:sssZ` format.
- name: seconds | type: string | description:
- name: nanos | type: number | description:
- name: updatedDate | type: string | description: Date and time the guest was updated in `yyyy-mm-ddThh:mm:sssZ` format.
- name: attendanceStatusUpdatedDate | type: string | description: Date and time of guest's latest attendance status update.
- name: memberId | type: string | description: Site member ID.
- name: guestType | type: string | description: Guest type.
enum: RSVP, BUYER, TICKET_HOLDER
- name: locale | type: string | description: Locale in [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) format. Used when the event date and time on a ticket should be formatted into another locale.
- name: totalGuests | type: number | description: Number of total guests in an event (registered guests + additional ones).
- name: value | type: number | description:
- name: revision | type: string | description: Revision number, which increments by 1 each time the guest is updated.
- name: value | type: string | description:
- name: additionalDetails | type: AdditionalDetails | description: Additional Details
- name: createdDate | type: string | description: Date and time the source entity (RSVP or Order) was created.
- name: updatedDate | type: string | description: Date and time the source entity (RSVP or Order) was updated.
- name: rsvpStatus | type: string | description: Rsvp Status
enum: YES, NO, WAITLIST
- name: orderStatus | type: string | description: Order Status
enum: UNKNOW_ORDER_STATUS, FREE, PENDING, PAID, OFFLINE_PENDING, INITIATED, CANCELED, DECLINED, AUTHORIZED, VOIDED, PARTIALLY_PAID
```