Content-Type
header of application/json
.
?format=flat
.
To fetch this via the CLI, specify format: flat
in the config.yml
file.
text
field will always be included, with additional fields based on those included on the text item:
status
notes
variables
plurals
variants
rich_text
?format=structured
.
To fetch this via the CLI, specify format: structured
in the config.yml
file.
/
replacement character of .
in the component ID settings, the JSON above would be generated from the following component IDs:
?format=nested
.
To fetch this via the CLI, specify format: nested
in the config.yml
file.
'
) will be escaped with another single quote (i.e “You’re logged in” -> “You”re logged in”)count
(i.e. {count, plural, ...}
)?format=icu
.
To fetch this via the CLI, specify format: icu
in the config.yml
file.