v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Find schedule for translation job

Get all schedule items for a specific job.

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

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

{
  "data": {
    "scheduleUid": "ngahq6dgh4ed",
    "workflowStepUid": "568cd2bae16f",
    "dueDate": "2020-11-21T01:51:17Z",
    "targetLocaleId": "de-DE"
  }
}