GET /api-web/api/bpm/processes
As of Version | product version 2020 Autumn | component version | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | |||||||||||||||||||||||||||
Response Format | JSON | |||||||||||||||||||||||||||
Description | Retrieves a list of process instances corresponding to a specified
The response body contains the list of process instances Response HTTP status codes:
| |||||||||||||||||||||||||||
Request Example |
no request body | |||||||||||||||||||||||||||
Response Example |
response body { "objects": [ { "attachments": [ "string" ], "businessKey": "string", "deleteReason": "string", "durationInMillis": 0, "endActivityId": "string", "endTime": "string", "id": "string", "name": "string", "processDefinition": { "description": "string", "id": "string", "idPrefix": "string", "name": "string" }, "startActivityId": "string", "startTime": "string", "startUserId": "string", "subject": "string", "suspended": true, "variables": [ { "name": "string", "scope": "string", "type": "string", "value": {} } ] } ] } |