Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 222 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
RESTAPI in OAC

I am trying to fetch some sharepoint data using RestAPI app in OAC. Do we have any related document? with examples of base url, endpoint url and how to create login credenticals.
Answers
-
@JJ_DTU - Currently, we don not have any REST API endpoints in OAC to connect or fetch data from sharepoint. Please refer the below document for list of all REST API endpoints which are currently available.
You can create an Enhancement Request in the Idea Labs following the instructions in the below document:
How To Create An Enhancement Request In Idea Lab For Oracle Analytics (Doc ID 2662737.1)
0 -
There are a number of REST API connections templates,
, but nothing in the list looks like SharePoint.You should find the SharePoint REST API documentation and that will tell you what are the URLs and how you can authenticate. Once you know what SharePoint needs, you can look at how to make it in OAC.
If you look at some of the templates, and the doc, you can see that the base URL is just the common part of the URL of the various endpoints you need to reach via the connection you are creating.
For authentication, the connection does support some options, but no idea what SharePoint needs (that's one of the info you need to find on the SharePoint side).
0