Hi all,
I am currently using a JDBC connection to display and print reports in Oracle APEX through JasperReports. Now, I need to switch to using a REST API instead of JDBC for generating the reports.
Is it possible to call a JRI via REST API instead of using a JDBC connection?
Thank you in advance for your support!