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 up to 50 programs, given the provided paging, filtering, and sorting.
Query Programs runs with these defaults, which you can override:
createdDate is sorted in DESC order.paging.limit is 50.paging.offset is 0.To learn about working with Query methods, see API Query Language, Sorting and Paging, and Field Projection.
Results are visibility-filtered according to the caller identity.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $in | Sort: ASC, DESC |
status | $eq, $in | Sort: ASC, DESC |
categoryIds | $hasAll, $hasSome, $isEmpty | None |
seo.slug | $eq | Sort: ASC, DESC |
createdDate | Sort: ASC, DESC | |
statusUpdatedDate | Sort: ASC, DESC | |
socialGroupId | $eq, $in | None |
timeline.selfPaced | $eq | None |
price | $exists | None |
restrictions.accessType | $in | None |
description.title | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.