v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Get last completion dates per locale of job

Returns the last completion date for any locale completed within the job.

get/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/locales-completion-dates

Path parameters

projectIdstring required

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

translationJobUidstring required

A unique identifier for a job.

Response

OK

Example response

{
  "response": {
    "data": {
      "items": [
        {
          "data": {
            "completionDate": "2015-11-21T01:51:17.000Z",
            "targetLocaleId": "de-DE"
          }
        }
      ]
    }
  }
}