Provides default user to task associations

URL:

/editor/userassocdefault/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

After task post action, all matching defaults (workflow,customerId,sourceLang and targetLang) will be auto assigned to the task.



Resource Layout

Name

Type

Info (each row is unique for customerId,sourceLang,targetLang,userGuid,workflowStepName,workflow.)

id

int

GET only

customerIdintPUT|POST The customer for which the default user should be assigned
sourceLangintPUT|POST The source language(langauge id or rfc5646) of the task for which this default should be assigned
targetLangintPUT|POST The target language(langauge id or rfc5646) of the task for which this default should be assigned
userGuidguidPUT|POST The user guid which will be assigned to the matching task
workflowStepNamestringPUT|POST The workflow step which will be assigned to the defined user
workflowstringPUT|POST Workflow for the defined default
deadlineDatefloatPUT|POST Same value as the system configuration deadline date (matching the workflowStepName and worklfow).