Skip to main content

HTML box on the dashboard - GET URL request

Calling an API URL Using the Web Interface Dashboard HTML Box

Written by Petr Pech

Using the HTML box in the web interface, you can easily call any URL (GET) address.

You can therefore create a "button" that will download the required data.

After adding the HTML code, a new box becomes available. By clicking Settings, you can insert your HTML code into it.

Below are a few examples of HTML code.

<a href="https://localhost:5434/c/ID_FIRMY/vysledovka-po-uctech.pdf">Income and expense statement</a>

<a href="https://localhost:5434/c/ID_FIRMY/vykaz-hospodareni.pdf">Financial performance report</a>

<a href="https://localhost:5434/c/ID_FIRMY/faktura-vydana/(datVyst='2021-01-01').pdf">Invoices from 1/1/2021</a>

Did this answer your question?