Jobs

Get translation job strings.

This gets translation job string hashcodes with locales

get/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/strings

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

translationJobUidstring required

Query parameters

targetLocaleIdstring

Target / translation locale id.

limitinteger

Max amount of result items.

offsetinteger

Amount of items to skip.

Response

OK

Example response

{
  "response": {
    "data": {
      "items": [
        {
          "targetLocaleId": "de-DE"
        }
      ]
    }
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.