Get All Tasks

Returns a list of tasks. Return all task data or retrieve a specific set of tasks using the query parameters.

Usage Notes

  • The taskTypeName attribute is stored in the metadata object. To retrieve the taskTypeName (if exists), pass the query parameter metaData=true.

Pagination

  • Offset-based pagination and Page-based pagination is supported.
  • Offset-based pagination is achieved by passing "start" and "limit" query parameters. For example: GET workflow/v1/tasks?start=0&limit=20.
  • Page-based pagination is achieved by passing "page" and "size" query parameters. For example: GET workflow/v1/tasks?page=0&size=20.
Query Params
string

The unique identifier assigned to the loan. Also known as GUID.

string

Primary assignee of the task.

string

Assignee Entity Id

string

Assignee Entity Type

string

Comma-separated list of strings for assignee entity types.

string

Association Entity ID

string

Comma-separated list of strings for association entity IDs.

string

Association Entity Type

string

Comma-separated list of strings for association entity types.

string

The task creation date from which the query start from and returning up to current date. (Date Format MM-DD-YYYY)

string

The task creation date from which to start the query. (Date Format MM-DD-YYYY)

string

The task creation date from which to end the query. (Date Format MM-DD-YYYY)

string

The task completion date from which the query start from and returning up to current date. (Date Format MM-DD-YYYY)

string

The task completion date from which to start the query. (Date Format MM-DD-YYYY or MM-DD-YYYY hh:mm:ss)

string

The task completion date from which to end the query. (Date Format MM-DD-YYYY or MM-DD-YYYY hh:mm:ss)

string

The task due date from which the query start from and returning up to current date. (Date Format MM-DD-YYYY)

string

The task due date from which to start the query. (Date Format MM-DD-YYYY)

string

The task due date from which to end the query. (Date Format MM-DD-YYYY)

integer

The maximum number of entities to return as part of the collection

boolean

Indicates whether to include metadata.

string

The task last modified date from which the query start from and returning up to current date. (Date Format MM-DD-YYYY)

string

The task last modified date from which to start the query. (Date Format MM-DD-YYYY)

string

The task last modified date from which to end the query. (Date Format MM-DD-YYYY)

string

The task name.

integer

Zero-based indicator of the page.

boolean

Specify True to indicate partial properties to be returned in the query. The default is False.

string

Comma-separated list of partial properties to be returned. Only applicable if partial is set to True.

integer

Priority number of the task.

string

Relationship to Task Service.

string

Comma-separated list of strings for relationships.

string

The resolution or disposition for the task.

integer

The maximum number of entities to return as part of the page.

integer

Zero-based indicator of first collection entity.

string

The task start date from which the query start from and returning up to current date. (Date Format MM-DD-YYYY)

string

The task start date from which to start the query. (Date Format MM-DD-YYYY)

string

The task start date from which to end the query. (Date Format MM-DD-YYYY)

string

Comma-separated list of properties names in which to sort.

string

Comma-separated list of statuses for task to be returned.

string

Comma-separated list of tags

string

The unique identifier of the task to return.

string

The partial/exact task group name.

string

Comma-separated list of template Ids.

string

Comma-separated list of task types to return.

string

Pipeline view of task service

string

Work Entity Id

string

Work Entity Type

string

The time zone ID for the task date properties.

Headers
string
required

Bearer token

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
Response
Choose an example:
application/json