Fetch component text
Components
Fetch component text
Returns the components in the workspace of the requesting user. Only component libraries with Developer Mode enabled can be fetched.
GET
Fetch component text
Documentation Index
Fetch the complete documentation index at: https://developer.dittowords.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
The API ID of the variant. If specified, will filter for components that have the variant, and will return the attributes (e.g. text, status) of that component's variant.
Example:
"french"
Available options:
flat, structured, nested, icu, android, ios-strings, ios-stringsdict Example:
"structured"
Available options:
NONE, WIP, REVIEW, FINAL Example:
"FINAL"
Include the createdAt and updatedAt fields for each component. Only supported for the structured format.
Response
200 - application/json
Returns components
Example:
{
"footer.about.blog": {
"name": "Footer/About/Blog",
"text": "Blog",
"status": "WIP",
"folder": null
},
"footer.about.careers": {
"name": "Footer/About/Careers",
"text": "Careers",
"status": "FINAL",
"folder": "folder_1"
}
}