v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Organization Job Template Locales

Get a single organization job template locale

Get a single job template locale for a given organization job template.

get/accounts/{account_id}/job_templates/{job_template_id}/locales/{job_template_locale_id}

Path parameters

account_idstring required

Account ID

job_template_idstring required

Job Template ID

job_template_locale_idstring required

Job Template Locale ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring

Example response

{
  "id": "626ea67628690c73ac86ac81eec2d185",
  "job_template": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "name": "template"
  },
  "users": [
    {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "username": "joe.doe",
      "name": "Joe Doe",
      "role": "translator"
    }
  ],
  "teams": [
    {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "name": "Joe's team",
      "role": "translator"
    }
  ],
  "locale": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "name": "English",
    "code": "en-GB"
  }
}