Nuclos REST report: /rest/reports, execute, reportId, POST, internal-stacktrace, curl. |
Language: Deutsch · English
Reports via REST – list available reports and execute via POST.
Auf dieser Seite |
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).
On errors, check the |