Retrieves a list of events, given the provided paging, filtering, and sorting.
Query Events runs with these defaults, which you can override:
start
in ASC
order.cursorPaging.limit
is 50
.For field support for filters and sorting, see Calendar Events V3: Supported Filters and Sorting (REST).
Do not specify filters for start and end dates inside query.filter
, instead
specify fromLocalDate
and toLocalDate
.
You can't filter by the following fields:
eventId
: To query by event ID call either Get Event (SDK | REST) or List Events (SDK | REST).contactId
: To query by a participant's contact ID call List Events by Contact ID (SDK | REST).memberId
: To query by a participant's member ID call [List Events by Member ID (SDK | REST).To learn about working with Query endpoints, see:
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.