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 : artifacts
Type: array
Show Source
Nested Schema : history
Type: array
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : TaskStatus
Type: object
Show Source
Nested Schema : Artifact
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : parts
Type: array
Show Source
Nested Schema : TextPart
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : Message
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : parts
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