JSON REST Documentation

Stimulsoft Reports.WEB discussion
Post Reply
jayro.boy
Posts: 10
Joined: Tue Aug 15, 2023 6:26 pm
Location: Brasil

JSON REST Documentation

Post by jayro.boy »

Captura de tela 2023-10-04 105118.png
Captura de tela 2023-10-04 105118.png (55.58 KiB) Viewed 7399 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
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: JSON REST Documentation

Post 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.
Attachments
Screenshot 2023-10-05 102717.png
Screenshot 2023-10-05 102717.png (60.13 KiB) Viewed 7376 times
jayro.boy
Posts: 10
Joined: Tue Aug 15, 2023 6:26 pm
Location: Brasil

Re: JSON REST Documentation

Post 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
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: JSON REST Documentation

Post 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.
Post Reply