POST

Query Schedule Items


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 up to 100 schedule items given the provided paging, filtering, and sorting.

Query Schedule Items runs with these defaults, which you can override:

  • timeSlotStart and timeSlotEnd in ASC order

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

PropertyFiltersSort
_id$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
eventId$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
name$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
description$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
stageName$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
_createdDate$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
_updatedDate$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
Permissions
Manage 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?