GET /api-web/api/process/instances/{processInstanceId}/history
As of Version | product version 2020 Autumn | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||
Response Format | JSON | ||||||||
Description | Retrieves the process instance history for the process instance specified by its Response HTTP status codes:
| ||||||||
Request Example |
no request body | ||||||||
Response Example |
response body { "tasks": [ { "assignee": { "id": "string", "title": "string" }, "attachments": [ "string" ], "initiator": { "id": "string", "title": "string" }, "owner": { "id": "string", "title": "string" }, "processDefinition": { "description": "string", "id": "string", "idPrefix": "string", "name": "string" }, "subject": "string", "variables": [ { "name": "string", "type": "string", "value": {} } ] } ] } |