| Auszug |
|---|
|
Nuclos REST report: /rest/reports, execute, reportId, POST, internal-stacktrace, curl. |
Language: Deutsch · English
9. Executing a report
Reports via REST – list available reports and execute via POST.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
Reports can be listed and executed via REST.
Available reports
| Codeblock |
|---|
|
curl -X GET 'http://localhost:8080/nuclos-war/rest/reports' -H 'accept: application/json' |
Execute a report
Via POST to /rest/reports/{reportId}/execute. On success: HTTP 200 (OK).
| Info |
|---|
|
On errors, check the internal-stacktrace in the logs. |
Related pages
Example calls via shell
curl.
Open →