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 all translation schemas associated with a site, regardless of which app created them.
You can only call this method when authenticated as a Wix app or Wix user identity.
Maximum number of items to return in the results.
Pointer to the next or previous page in the list of results.
Pass the relevant cursor token from the pagingMetadata
object in the previous call's response.
Not relevant for the first request.
ID of app that created the schema.
A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the entityType
can be 'blog-posts'
.
Scope of the translation schema. Supported values:
GLOBAL
: A global schema for all sites.SITE
: A custom schema for a specific site.List of translation schemas.
Paging metadata for the next page of results.
List all schemas installed on a site, including both SITE
and GLOBAL
scopes.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.