Language: Deutsch · English
Reports via REST – list available reports and execute via POST.
HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Reports can be listed and executed via REST.
curl -X GET 'http://localhost:8080/nuclos-war/rest/reports' -H 'accept: application/json'
Via POST to /rest/reports/{reportId}/execute. On success: HTTP 200 (OK).
Troubleshooting
On errors, check the internal-stacktrace in the logs.