Retrieves a list of participations, given the provided paging, filtering, and sorting.
Query Participations runs with these defaults, which you can override:
createdDate is sorted in DESC ordercursorPaging.limit is 50To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
id | $in | None |
eventId | $eq, $in | None |
scheduleId | $eq, $in | None |
externalId | $eq, $in | None |
status | $eq, $in | None |
participant.contactId | $eq, $in | None |
appId | $eq, $in | None |
partySize | $eq, $ne, $gt, $gte, $lt, $lte | None |
createdDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | 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.