Skip to main content

Can the reports registry be called via API?

Written by Petr Pech

Reports can be invoked remotely. To do this, you need to know the ID of the given report, which you can find in the application under report management, and obtain an authentication token, which you pass as the authSessionID parameter — see the authentication documentation.

The resulting URL for the Flexi demo application looks as follows:

https://demo.flexibee.eu:5434/c/demo/app/?authSessionId={authentication token}&inDesktopApp=true#/dashboard/{report ID}?lang={language code - cs or en}

Replace the server (demo.flexibee.eu:5434) and company ID (demo) with your own values.

Did this answer your question?