Assign a task to a user.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| projectID | false | 0 (none) | to which project this assignment is related | 146 |
| objectID | true | N/A | typically a manuscript id to be assigned | 10046 |
| taskTypeID | true | N/A | type of task to be assigned; 1 - imaging; 2 - indexing; 3 - transcribing | 3 |
| assignedTo | true | N/A | which user to assign to this task | joe |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {taskTypeID} may not be null | -4 |
| {assignedTo} may not be null | -4 |
| {objectID} may not be null | -4 |
| Must be logged in. | -5 |