Export text items
Returns text items in your workspace in the desired export format.
Authorizations
Query Parameters
Stringified JSON filter object. Supports the following filter fields:
projects: array of objects withid(project developer ID)statuses: array of status strings (NONE,WIP,REVIEW,FINAL)tags: object withvalues(array of tag strings) and optionaloperator(ANDorOR, defaults toOR)assignee: email string to match assigned text items, ornullfor unassignedintegrated: boolean value to filter by items that are or are not integrated into development
Example: {"projects":[{"id":"project-id"}], "statuses":["NONE","WIP","FINAL","REVIEW"], "tags":{"values":["tag-1"],"operator":"OR"}, "assignee":"user@example.com", "integrated":true}
When set to 'html', includes HTML-formatted rich text in the response
html By default, base text will be returned. Provide a variant parameter to specify which variant of the filtered base text items to return.Output format for exported text items.
json_icu, json_i18next, json_vue_i18n, ios-strings, ios-stringsdict, android Response
Returns text item developer id - text item value key/value pairs in the desired format.
For json_icu, json_i18next, json_vue_i18n formats. Object keys are developer-ids (strings) and values are text (strings).
The text value for the developer-id key