Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos REST report: /rest/reports, execute, reportId, POST, internal-stacktrace, curl.

globe with meridians Language: Deutsch · English

hammer and wrench 9. Executing a report

Reports via REST – list available reports and execute via POST.

Status
colourPurple
titleHow-to
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

Reports can be listed and executed via REST.

Available reports

Codeblock
languagebash
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
titleTroubleshooting

On errors, check the internal-stacktrace in the logs.

Related pages

gear Example calls via shell


curl.

Open →