Rsvp Object


Properties
idstringRead-onlyformat GUID

ID of the RSVP.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the RSVP is updated. To prevent conflicting changes, the existing revision must be used when updating the RSVP.


eventIdstringformat GUIDimmutable

Event ID to which the RSVP belongs.


createdDatestringRead-onlyformat date-time

Date and time the RSVP was created.


updatedDatestringRead-onlyformat date-time

Date and time the RSVP was updated.


memberIdstringformat GUIDimmutable

Site member ID.


contactIdstringformat GUID

Contact ID of a guest who filled in the RSVP form. See the Contacts API for more details.


firstNamestringminLength 1maxLength 50

First name of a guest who filled in the RSVP form.


lastNamestringminLength 1maxLength 50

Last name of a guest who filled in the RSVP form.


emailstringformat EMAILminLength 4maxLength 255

Email of a guest who filled in the RSVP form.


formForm

Event registration form.


statusstring

RSVP response status.


totalGuestsintegerRead-onlyformat int32

Total number of guests per 1 RSVP.


guestListGuestListRead-only

Guest list.


languagestringRead-onlyformat LANGUAGE

2-letter language code in the ISO 639-1 format.


localestringRead-onlyformat LANGUAGE_TAG

Locale in the IETF BCP 47 format.


fullyCheckedInbooleanRead-only

Whether all guests are checked in.


checkedInGuestCountintegerRead-onlyformat int32

Number of checked in guests.


additionalGuestDetailsAdditionalGuestDetails

Additional guest details.


disableNotificationsboolean

Whether notifications are disabled.


onlineConferencingLoginOnlineConferencingLoginRead-only

Guest login details for accessing the online conference event.


anonymizedbooleanRead-only

Whether an RSVP is anonymized.


marketingConsentboolean

Whether a guest agreed to marketing.


extendedFieldsExtendedFields

Custom field data for the RSVP object.

Note: You must configure extended fields using schema plugin extensions in your app's dashboard before you can access the extended fields with API calls.

Did this help?