GET
/
component-folders
/
{api_id}
/
components
Fetch component text by component folder
curl --request GET \
  --url https://api.dittowords.com/v1/component-folders/{api_id}/components \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Path Parameters

api_id
string
required

Query Parameters

variant
string
format
enum<string>
Available options:
flat,
structured,
nested,
icu,
android,
ios-strings,
ios-strings-dict
status
enum<string>
Available options:
NONE,
WIP,
REVIEW,
FINAL
includeRichText
boolean

Response

200 - application/json

Returns a component folder's components

The response is of type string.