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: You need to pass the paging field in the request to get the items in the response.
| Field | Supported Filters | Sort |
|---|---|---|
registration.initialType | $eq | Sort: ✗ |
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 | Sort: ✗ |
status | $eq, $ne, $in | Sort: ✗ |
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.