Projects
Fetch component text by project id
Returns the components used in the specified project. Format is identical to the format used by the Fetch components endpoint.
GET
/
projects
/
{id}
/
components
Authorizations
Authorization
string
headerrequiredPath Parameters
id
string
requiredQuery Parameters
variant
string
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.
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
The response is of type string
.