UpdateTasks
Inputs (Array[] to update)
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
BrickId | Guid | The BrickId (unique id) of the task. | Yes | New method in 2.24 |
User | Guid | The user that the task is associated to. |
|
|
Administrator | Guid | The admin user the task is associated to. |
|
|
Heading | string | The heading of the task. |
|
|
Text | string | The text of the task. |
|
|
DueDate | DateTime | The due date of the task. |
|
|
IsHTML | bool | If the text of the task contains html this should be set to true. |
|
|
Priority | string | Which priority the task should have. Allowed values are: "High", "Medium", "Low". |
|
|
Status | string | Which status the task should have. Allowed values are: "Created", "InProgress", "Done", "Closed". |
|
|
Outputs
Name | Type | Description | Available from version |
|---|---|---|---|
Entities | Array | All tasks in the request is returned along with each tasks BrickId and array of Errors per task |
|
Code examples