POST

Query Events


Retrieves a list of events, with the specified paging, filtering, and sorting.

Query Events runs with these defaults, which you can override:

Note: You need to pass the paging field in the request to get the items in the response.

FieldSupported FiltersSort
registration.initialType$eqSort: ✗
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, $inSort: ✗
status$eq, $ne, $inSort: ✗
Permissions
Read Events
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v3/events/query

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?