Retrieve a Task

get

/bpm/api/4.0/tasks/{id}

Retrieves a task by task ID (The task number).

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : task
Type: object
Show Source
Nested Schema : actionList
Type: array
Show Source
Nested Schema : Collection
Type: object
Show Source
Nested Schema : attachments
Type: array
Show Source
Nested Schema : comments
Type: object
Show Source
Nested Schema : taskHistories
Type: object
Show Source
Nested Schema : payload
Type: object
Show Source
Nested Schema : permissions
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : identity
Type: object
Show Source
Nested Schema : attachment
Type: object
Show Source
Nested Schema : docAttributes
Type: array
Show Source
Nested Schema : genericMap
Type: object
Show Source
Nested Schema : comment
Type: array
Show Source
Nested Schema : comment
Type: object
Show Source
Nested Schema : taskHistory
Type: array
Show Source
Nested Schema : taskHistory
Type: object
Show Source
Nested Schema : summaryFields
Type: array
Show Source

400 Response

Bad request

401 Response

Unauthorized

404 Response

Task not found for given ID.

500 Response

Internal Server Error
Back to Top