POST

Query Schedule Items


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.

FieldSupported FiltersSort
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.
Endpoint
POST
https://www.wixapis.com/events/v1/schedule/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?