Skip to main content
GET
/
projects
/
{project_id}
/
jobs
/
{job_id}
/
locales
/
{job_locale_id}
/
annotations
cURL
curl "https://api.phrase.com/v2/projects/:project_id/jobs/:job_id/locales/:job_locale_id/annotations" \
  -u USERNAME_OR_ACCESS_TOKEN \
  -X GET
[
  {
    "name": "priority",
    "value": "high",
    "created_at": "2023-10-01T12:00:00Z",
    "updated_at": "2023-10-01T12:00:00Z"
  }
]

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

job_id
string
required

Job ID

job_locale_id
string
required

Job Locale ID

Query Parameters

branch
string

Branch to use

Response

200 - application/json

OK

name
string
required
value
string
required
created_at
string<date-time>
updated_at
string<date-time>