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 orderTo learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
eventId | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
name | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
description | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
stageName | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
createdDate | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.