Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Body
application/json
specify the branch to use
Example:
"my-feature-branch"
Specify a query to find translations by content (including wildcards).
Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).
The following qualifiers are supported in the query:
id:translation_id,...for queries on a comma-separated list of idstags:XYZfor tags on the translationunverified:{true|false}for verification statusexcluded:{true|false}for exclusion statusupdated_at:{>=|<=}2013-02-21T00:00:00Zfor date range queries
Find more examples here.
Example:
"PhraseApp*%20verified:true%20tags:feature,center"
Sort criteria. Can be one of: key_name, created_at, updated_at.
Example:
"updated_at"
Order direction. Can be one of: asc, desc.
Example:
"desc"
Response
OK