Provides default user to task associations
Deprecated
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. |
Actual:
URL: | /editor/customers/:customerId/workflow/:workflow/default-job/[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 |
customerId | int | The customer for which the default user should be assigned. PUT|POST deprecated. Should be provided in query |
sourceLang | int | PUT|POST The source language(langauge id or rfc5646) of the task for which this default should be assigned |
targetLang | int | PUT|POST The target language(langauge id or rfc5646) of the task for which this default should be assigned |
userGuid | guid | PUT|POST The user guid which will be assigned to the matching task |
workflowStepName | string | PUT|POST The workflow step which will be assigned to the defined user |
workflow | string | Workflow for the defined default. PUT|POST deprecated. Should be provided in query |
deadlineDate | float | PUT|POST Same value as the system configuration deadline date (matching the workflowStepName and worklfow). |
type | int | 1 - Editor job, 2 - Coordinator group job |
groupId | int|null | GET only. ID of Coordinator group if this is Coordinator group job or null. Use with caution, may be removed in next versions |
isCoordinatorGroupJob | bool | GET only. Indicates if current job is Coordinator group job. Use with caution, may be removed in next versions |