Retrieves a list of the form schema provider configurations available on a site.
Each configuration is what a provider app, such as Wix Forms or Wix Bookings, declares in the app dashboard for a namespace it owns. The response covers the provider apps installed on a site, plus apps made by Wix that Wix includes without installation.
Use the response to discover which namespaces a site can create form schemas in. Don't use it to predict whether Create Form succeeds, because a provider declares these values once for all sites, while Wix validates form schema creation against the state of an individual site:
restrictions when a provider declares none. Default platform limits still apply, so a missing restrictions doesn't mean unlimited.For the limits in force for a site, call Get Restrictions, which returns the site's plan-derived caps along with its current form count. To find out whether a form schema is valid for a site, call Create Form or Update Form and read the validation errors it returns.
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.