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 function templates, given the provided paging, filtering, and sorting.
appDefId and functionExtensionId are required filters.
Query Functions Templates runs with these defaults, which you can override:
paging.limit is 50paging.offset is 0For field support for filters and sorting, see Supported Filters and Sorting.
To learn how to query function templates, see API Query Language.
| Field | Supported Filters | Sort |
|---|---|---|
appDefId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
functionExtensionId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
id | $ne | Sort: ✗ |
formTemplateExtensionId | $exists | Sort: ✗ |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.