Retrieve a Task List
get
/tasks
Retrieves a task list for the current user.
Request
Query Parameters
-
assignment:
Task assignees - MY, GROUP, MY_AND_GROUP (default), MY_AND_GROUP_ALL, REPORTEES, OWNER, REVIEWER, PREVIOUS, ALL, ADMIN
-
columns:
Displays only the selected task attributes
-
dueDateFrom:
Start of due date range in the format yyyy-mm-dd hh:mm:ss
-
dueDateTo:
End of due date range in the format yyyy-mm-dd hh:mm:ss
-
fromuser:
Previous task assignee in process
-
groupBy:
Groups tasks by the selected task attribute
-
keyword:
Keyword in task title
-
limit: integer
Maximum number of items per page, between 1 and 100, default 25
-
metadata:
Displays task details URL
-
offset: integer
Index for the first item on a page of list items, default 1
-
pattern:
Filters tasks
-
priority:
Task priority from 1 (highest) to 5 (lowest) or Any (default)
-
process:
Includes only tasks in a given process
-
showAcion: boolean
Displays permissible task actions
-
showPermission: boolean
Displays task permissions
-
status:
Task status - ASSIGNED (default), SUSPENDED, WITHDRAWN, EXPIRED, ERROR, ALERTED, NEED_INFORMATION
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Lists existing tasks for the current user.
Root Schema : schema
Type:
object
500 Response
Failed to get task list.
Root Schema : schema
Type:
object