Retrieves a list of events, with the specified paging, filtering, and sorting.
Query Events runs with these defaults, which you can override:
createdDate is sorted in ASC orderpaging.limit is 0paging.offset is 0
Note: To retrieve events, you must set paging.limit to a value greater than 0. The default value of 0 returns 0 results.
To learn about working with Query methods, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
registration.initialType | $eq | None |
title | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
slug | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
createdDate | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
updatedDate | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
dateAndTimeSettings.startDate | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
dateAndTimeSettings.endDate | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
id | $eq, $ne, $in, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
userId | $eq, $ne, $in | None |
status | $eq, $ne, $in | None |
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.