Retrieve a list of translatable entities. The entities can be filtered by fields such as id. The entities can also be sorted or paginated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by a translatable entity type.
"product"
Filter by an entity's ID.
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.
OK
The list of translatable entities.