Filter inputs
| Name | Type | Description | Mandatory | Available from version | Comment |
|---|---|---|---|---|---|
| BrickId | Guid[] | The BrickId (unique id) of the task | New method in 2.24 | ||
CreatedDate | DateTime | The date the task was created | |||
| Users | Guid[] | The user associated with the task | |||
| Administrators | Guid[] | The admin user associated with the task | Assignee from version 2.27 | ||
| Headings | string[] | The heading of the task | |||
| Texts | string[] | The descriptive text of the task | |||
| DueDateFrom | DateTime | The from-date for task | |||
| DueDateTo | DateTime | The to-date for task | |||
| IsHTML | bool | If the text contains html | |||
| Status | string[] | The status of the task, allowed values: "Created", "InProgress", "Done", "Closed" | |||
Priorities | string[] | The priority of the task, allowed values: "High", "Medium", "Low" |
...