POST

Query Events


Note: This query method uses the new Wix API Query Language syntax. If you're still using the old query syntax with chained query builder methods, see Migrate from SDK Query Builders to Wix API Query Language for guidance. The old query builder methods continue to work.

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 order
  • paging.limit is 0
  • paging.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.

PropertyFiltersSort
registration.initialType$eqNone
title$eq, $ne, $lt, $lte, $gt, $gte, $inSort: ASC, DESC
slug$eq, $ne, $lt, $lte, $gt, $gte, $inSort: ASC, DESC
_createdDate$eq, $ne, $lt, $lte, $gt, $gte, $inSort: ASC, DESC
_updatedDate$eq, $ne, $lt, $lte, $gt, $gte, $inSort: ASC, DESC
dateAndTimeSettings.startDate$eq, $ne, $lt, $lte, $gt, $gte, $inSort: ASC, DESC
dateAndTimeSettings.endDate$eq, $ne, $lt, $lte, $gt, $gte, $inSort: ASC, DESC
_id$eq, $ne, $in, $lt, $lte, $gt, $gteSort: ASC, DESC
userId$eq, $ne, $inNone
status$eq, $ne, $inNone
Permissions
Read Events
Learn more about app permissions.
Method Declaration
Copy
Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?