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 form schemas given the provided paging, filtering, and sorting.
You must specify a namespace equality filter. For example, "namespace:{"$eq":"<your_namespace>"}.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $in, $ne, $nin | Sort: ASC, DESC |
namespace | $eq | Sort: ASC, DESC |
createdDate | $eq, $gt, $gte, $in, $lt, $lte, $ne, $nin | Sort: ASC, DESC |
updatedDate | $eq, $gt, $gte, $in, $lt, $lte, $ne, $nin | Sort: ASC, DESC |
properties.name | $eq, $ne, $nin, $in, $begins | Sort: ASC, DESC |
name | $eq, $ne, $nin, $in, $begins | Sort: ASC, DESC |
properties.disabled | $eq, $ne | Sort: ASC, DESC |
enabled | $eq, $ne | Sort: ASC, DESC |
fields.validation.predefined.format | $hasSome | Sort: ✗ |
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.