Is there a solution to consume external REST API in BIP Report and use the response as data source?
Hi Vijay
Please review the given documentation about available BIP Webservices
Doc ID 2086077.1 Fusion Application BI Publisher (BIP) : Available Public Webservices in Fusion Applications
NOTE: REST webservices of BI Publisher are currently not available for consumption in Fusion Application. There are no plans to include REST APIs in Fusion Applications.
Hi Vijay,
This is not supported currently. In case you want to merge data between external API and fusion, then you need to have a middleware and a DB where you can push the data from both the systems and merge it.
Thanks.
REST webservices of BI Publisher are currently not available for consumption in Fusion Application. There are no plans to include REST APIs in Fusion Applications.
Currently it is not possible via REST API but you could for example run a BI Publisher report via SOAP having Oracle Apex with the PL/SQL procedure using the apex_web_service.make_rest_request process and saving the response in a database table.
Please advise whether it is possible to retrieve BIP report data programmatically using Excel VBA.