Returns tasks based on the filters provided in the body. If the body is an empty object, it returns all tasks the user has access to
Domo Developer Token for authentication
Filters to apply when retrieving tasks. All properties are optional
An array of queue ids.
An array of display types for tasks. Options are ENIGMA_FORM, EMAIL, UNKNOWN.
An array of statuses. Options are OPEN, COMPLETED, VOIDED.
An array of user ids corresponding to the user that assigned the task to.
An array of user ids corresponding to the user that the task was assigned to.
Array containing date range [start, end] for createdOn
[
[
"2023-10-04T12:22:54.239Z",
"2024-01-02T13:22:54.239Z"
]
]An array of user ids corresponding to the user that created the task.
An array containing an array with two elements a start datetime and and end datetime, which define the assigedOn date range.
An array containing an array with two elements a start datetime and and end datetime, which define the updatedOn date range.
An array containing an array with two elements a start datetime and and end datetime, which define the completedOn date range.
An array of user ids corresponding to the user that completed the task.
An array of strings corresponding to the properties from this body that the list of tasks should be ordered by.
Array of version numbers to filter by
List of tasks