v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
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"
        }
      ]
    }
  }
}