Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List the associations between tasks and language resources used for pivot pre-translation.

URL:

/editor/languageresourcetaskpivotassoc

Available Methods:

GET

Specialities:

List all available language resources for the given taskGuid (see get request resource layout)

Parameters:

taskGuid ( required) . If the taskGuid of a project is given, all available resources for all projectTasks will be listed.

The checked(see GET response layout) in the response shows if the language resource is assigned to the task.

Delete language resource - task association for pivot pre-translation

URL:

/editor/languageresourcetaskpivotassoc/[id]

Available Methods:

DELETE

Specialities:

Remove  task pivot association

Create language resource - task association for pivot pre-translation

URL:

/editor/languageresourcetaskpivotassoc

Available Methods:

POST

Specialities:

Create new language resource - task association for pivot pre-translation

Run or queue pivot pre-translation

URL:

/editor/languageresourcetaskpivotassoc/pretranslation/batch

Available Methods:

POST

Specialities:

Starts or queue pivot pre-translation operation for given task/project using all association created for this task/project. To run this operation on import, call the url after

the task is created (the files are submitted to the server) and before the import process is started.

Parameters:

taskGuid (required) . If taskGuid of a project is given, for all project tasks, the pre-translation 

operation will be started/queued

GET request resource Layout (list all available resources for a task/project)

...