Authorizations
Query Parameters
Stringified JSON filter object. Can filter by projects (array of project IDs) and/or variants (array of variant IDs or 'all' or 'base'). Example: {"projects":[{"id":"project-id"}],"variants":[{"id":"french"}]}
When set to 'html', includes HTML-formatted rich text in the response
html
Response
Returns an array of text items matching the filter criteria
The Developer ID of the text item
The plaintext content of the text item. May be base or variant text depending on variantId
The current status of the base or variant text
The notes on the text item. Variants will have the base text item's notes value
Array of tags associated with the text item. Variants will have the base text item's tags value
Array of Developer IDs of variables used in this base or variant text
The developer ID of this variant, or null for base text
The developer ID of the project this text belongs to
HTML-formatted version of the text content. Only included when richText=html query parameter is provided