Retrieve Task History

get

/ic/api/process/v1/tasks/{id}/history

Retrieves the history of a task.

Request

Path Parameters
Query Parameters
  • Style in which to display the history of given Task Number - flatList (default)
    Default Value: flatList
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : taskHistories
Type: object
Show Source
Nested Schema : taskHistory
Type: array
Show Source
Nested Schema : taskHistory
Type: object
Show Source

400 Response

Bad request

401 Response

Unauthorized

404 Response

Task History not found

500 Response

Internal Server Error
Back to Top