Get all tasks

Search tasks in database accordingly to current user association

Body Params

criteriaDto

filterBy
object

The DTO of search task filters

string
enum

GroupBy criteriaAvailable values: PRIORITY; ASSIGNEE; DUE_DATE.

Example of usage: groupBy=PRIORITY

pagination
object

The DTO of search task pagination

sortBy
array of objects

Map of [propertyName, ordering] pairs. Allows to create multi-sorting. The sorting will be applied in the order of pairs

Available values: firstName; lastName; email; dueDate; modifiedTime; name; priorityId; workspaceName; tcName; tagName.

Example of usage: sortBy=priorityId:asc,modifiedTime:desc

sortBy
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json