[POST] /report
/api/bpm/processes/report
Description | An endpoint to create and download reports for specific processes by providing the process ID in the request body in order to document the state of the process in detail. The report provides comprehensive information about the processes, which can be exported in either XML or CSV format. The format of the report is determined by the |
|---|---|
Required Systemrole | R_WFADM_START (ID = 20) |
Request | POST |
Request Query Parameter |
|
Response | JSON |
Minimum Version | 1.0.0 |
Request | {
"objects": [{
"id": "2A42437656884AB6A90171C07D8C3870"
},{
"id": "8A5C400C277B499CA26ED17E67F84841"
}]
} |
Result | The result is a report containing detailed information about the specified processes, provided in either XML or CSV format based on the request. |