Submit an Article for Translation

Submits an article for translation for multiple languages and blocks translations for inactive languages.

25.0

Some parameters are supported in API versions 43.0 and higher.

JSON, XML

POST

Authorization: OAuth {accesstoken}

ParameterDescriptionAvailable
articleIDString. Required. The ID of the article.25.0
assignmentsJSON Array. An array of assignment details. Each assignment is a list with these properties:
  • language: Required. A language code.
  • assigneeId: A user Id or queue Id.
  • dueDate: The date that the task is due.
If you use this parameter, don’t use the language parameter.
43.0
languageString. A language code. If you use this parameter, don’t use the assignments parameter.25.0-42.0
sendEmailNotificationBoolean. Specifies whether to send an email to the assignee (true) or not (false).43.0