POST

Query Event Guests


Retrieves a list of guests given the provided paging, filtering, and sorting. Query Event Guests runs with these defaults, which you can override:

FieldSupported FiltersSort
id$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
eventId$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
rsvpId$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
contactId$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
memberId$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
secondaryLanguageCode$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
ticketNumber$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
orderNumber$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ✗
attendanceStatus$eq, $ne, $inSort: ✗
guestType$eq, $ne, $inSort: ✗
guestDetails.checkedIn$eq, $ne, $existsSort: ✗
tickets$existsSort: ✗
createdDate$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ASC, DESC
updatedDate$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ASC, DESC
attendanceStatusUpdatedDate$eq, $ne, $lt, $lte, $gt, $gte, $in, $existsSort: ASC, DESC
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Read Event Tickets and Guest List
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v2/guests/query
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?