This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of steps, given the provided paging, filtering, and sorting.
Query Steps runs with these defaults, which you can override:
createdDate is sorted in DESC order.paging.offset is 0.For predictable response sizes, we recommend setting paging.limit up to 100.
If your app is already scoped to a specific program, pass programId in addition to the query filters. programId adds program context to the request and doesn't replace section-based filtering in query.
Supported sorting fields are createdDate, id, programId, and ordering. When sorting by ordering, also filter by sectionId.
Use descriptionFieldSet to control how much description content to return.
Some returned fields depend on the caller's permissions.
To learn about working with Query methods, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
sectionId | $eq, $in | None |
createdDate | Sort: ASC, DESC | |
ordering | Sort: ASC, DESC | |
id | $eq, $ne, $in, $exists, $gt, $gte, $lt, $lte, $startsWith | Sort: ASC, DESC |
programId | $eq, $ne, $in, $exists, $gt, $gte, $lt, $lte, $startsWith | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.