Returns components in your workspace in the provided format.
Format that components will be returned in.
json_icu, json_i18next, json_vue_i18n, android, ios-strings, ios-stringsdict Variant developer ID, corresponding to which variant of the filtered base components to return. If not provided, will return base variant text. A variant's developer ID can be found on its definition at https://app.dittowords.com/variants. e.g. spanish.
Stringified JSON filter object. Can filter by folders (array of folder IDs or 'root' for root-level components) and/or statuses (array of status names).
If statuses are provided in conjunction with the variantId query param, variant statuses must match the status filter in addition to their base status matching the status filter to be returned.
By default, folder filters search for components in that folder and its folder children. To skip searching folder children for a given folder, set 'excludeNestedFolders' to 'true'.
Example:
{"folders":[{"id":"folder-id"}, {"id": "folder-id-2", "excludeNestedFolders": true}],"statuses":["NONE","WIP","FINAL","REVIEW"]}
When set to 'html', includes HTML-formatted rich text in the response
html Returns components matching the filter criteria in the provided 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