POST

Query Published Content


Retrieves a list of published translation content given the provided paging, filtering, and sorting. Up to 100 published content items can be returned per request.

The default sort is id in ASC.

The following query filter fields are required:

  • schemaKey.appId
  • schemaKey.entityType
  • schemaKey.scope

For additional field support for filters and sorting, see Translation Published Content: Supported Filters and Sorting.

To learn how to query translation consent items, see API Query Language.

Permissions
Wix Multilingual - Translation Content + Published Content Read
Wix Multilingual - Translation API
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/translation-published-content/v3/published-contents/query

Body Params
queryQueryRequired

Query options. Note that some query filters are required. See the API description for a list of required filters.

Response Object
publishedContentArray <PublishedContent>

The published translation content.


pagingMetadataPagingMetadata

Details on the paged set of results returned.

Query Published Content
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?