Retrieve a list of translations. The translations can be filtered by fields such as reference_id (For example, the ID of a product). The translations can also be sorted or paginated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search query to filter translations by their fields.
Filter translations by a reference ID. For example, the ID of a product.
"prod_123"
Filter translations by the resource they belong to. For example, product or product_variant.
Filter translations by a locale code in BCP 47 format.
"fr-FR"
Limit the number of items returned in the list.
The number of items to skip when retrieving a list.
The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with -.
The translation's with deleted.
Comma-separated fields that should be included in the returned data. If a field is prefixed with + it will be added to the default fields, using - will remove it from the default fields. Without prefix it will replace the entire default fields.
Join query parameters with an AND condition. Each object's content is the same type as the expected query parameters.
Join query parameters with an OR condition. Each object's content is the same type as the expected query parameters.
OK
SUMMARY
The maximum number of translations returned.
The number of translations skipped before retrieving the returned translations.
The total number of translations matching the query.
The list of translations.
The estimated count retrieved from the PostgreSQL query planner, which may be inaccurate.