Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 230 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 86 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is there a REST API to get the report built with FDI ?

Hi Experts
Is there a REST API feature in FDI to get the report like we have for BIP report ?
we want to get the report built using FDI using the API from Oracle Integration. Please help.
Answers
-
Hi @learning123
Currently we don't have any public REST API's for FDI product. If you are looking for the same - Please submit an Idea's Lab Request using Below URL . Based on Up-voting for your Idea You will get the development team visibility for your requirement/ask.
Regards,
Arjun
0 -
As of today, Oracle Fusion Data Intelligence (FDI) itself doesn’t natively provide a REST API specifically to directly run or retrieve FDI reports like BI Publisher reports do.
However, here’s how you can try to achieve this integration:
Use Oracle Analytics Cloud (OAC) / Fusion Analytics Warehouse (FAW) REST APIs
- FDI reports are often exposed via Oracle Analytics Cloud (or embedded FAW).
- OAC provides REST APIs to run reports, fetch data, and export results.
- You can call these APIs from Oracle Integration to get report output (JSON, CSV, etc.).
- This requires that your FDI reports are published on OAC/FAW and accessible via OAC REST API.
0