Retrieves a list of guests given the provided paging, filtering, and sorting. Query Event Guests runs with these defaults, which you can override:
createdDate is sorted in ASC orderpaging.limit is 100paging.offset is 0
For field support for filters and sorting, see Event Guests: Supported Filters and Sorting.
To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
eventId | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
rsvpId | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
contactId | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
memberId | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
secondaryLanguageCode | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
ticketNumber | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
orderNumber | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ✗ |
attendanceStatus | $eq, $ne, $in | Sort: ✗ |
guestType | $eq, $ne, $in | Sort: ✗ |
guestDetails.checkedIn | $eq, $ne, $exists | Sort: ✗ |
tickets | $exists | Sort: ✗ |
createdDate | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ASC, DESC |
updatedDate | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ASC, DESC |
attendanceStatusUpdatedDate | $eq, $ne, $lt, $lte, $gt, $gte, $in, $exists | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.