POST

Query Forms


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Note: This query method uses the new Wix API Query Language syntax. If you're still using the old query syntax with chained query builder methods, see Migrate from SDK Query Builders to Wix API Query Language for guidance. The old query builder methods continue to work.

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>"}.

PropertyFiltersSort
_id$eq, $in, $ne, $ninSort: ASC, DESC
namespace$eqSort: ASC, DESC
_createdDate$eq, $gt, $gte, $in, $lt, $lte, $ne, $ninSort: ASC, DESC
_updatedDate$eq, $gt, $gte, $in, $lt, $lte, $ne, $ninSort: ASC, DESC
name$eq, $ne, $nin, $in, $startsWithSort: ASC, DESC
enabled$eq, $neSort: ASC, DESC
Permissions
Manage Submissions
Learn more about app permissions.
Method Declaration
Copy
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?