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.

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

FieldSupported FiltersSort
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
properties.name$eq, $ne, $nin, $in, $beginsSort: ASC, DESC
name$eq, $ne, $nin, $in, $beginsSort: ASC, DESC
properties.disabled$eq, $neSort: ASC, DESC
enabled$eq, $neSort: ASC, DESC
fields.validation.predefined.format$hasSomeSort: ✗
Permissions
Manage Submissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/form-schema-service/v4/forms/query

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?