Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Consume external REST API in Fusion BIP

Is there a solution to consume external REST API in BIP Report and use the response as data source?
Answers
-
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.
0 -
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.
0 -
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.
0 -
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.
0