Page 1 of 1

JSON REST Documentation

Posted: Wed Oct 04, 2023 4:09 pm
by jayro.boy
Captura de tela 2023-10-04 105118.png
Captura de tela 2023-10-04 105118.png (55.58 KiB) Viewed 8728 times
It says on the Reports.WEB page that "(...)REST requests are supported". However, I've found the documentation on this to be a bit obscure if not lacking altogether. Is there an in-depth tutorial to configure REST HTTP requests for data? They will most likely need to be authenticated via Bearer token

To give a bit more detail, I need to make several REST requests that filter submodules of our product by a specific instance of the product.
Things like Activities, Workforce etc, can't say much more because of privacy concerns

Re: JSON REST Documentation

Posted: Thu Oct 05, 2023 8:28 am
by Lech Kulikowski
Hello,

You can realize data access by Rest using JSON data source. By specifying data url and Headers (Bearer Token) REST GET request will be performed.

Thank you.

Re: JSON REST Documentation

Posted: Thu Oct 05, 2023 11:58 am
by jayro.boy
Good morning! If I need to make a POST request, is that also supported? I'm trying to integrate a report service to an Amazon Databricks database

Re: JSON REST Documentation

Posted: Fri Oct 06, 2023 8:13 am
by Lech Kulikowski
Hello,

Unfortunately, no, making POST requests is not possible.

As a way, you can implement your own data adapter with all your requirements.

Thank you.