Retrieve a Custom Task List

get

/ic/api/process/v1/tasks/views/{viewname}

Retrieves a custom task list by name.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : TaskCollection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : task
Type: object

400 Response

Bad request

401 Response

Unauthorized

404 Response

Task List not found for view

500 Response

Internal Server Error
Back to Top