Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Call Catalog RestAPI from OAC DV

Is it possible to call the below Catalog RestAPI to list the catalog items from OAC DV connection?
I'm looking to build a dataset to publish the report catalog in DV for users to search and find reports that they are looking for.
Best Answer
-
@vkm - Please try using the REST API Connector. Kindly refer the below documentation for more details:
0
Answers
-
While I obviously don't know your full task: doesn't the search feature of DV itself works better for the job?
Because your API call will show what the account you used to get a token is allowed to see, not what the user is allowed to see. Or maybe this is actually your real need: display a list of everything existing so your users can request to be granted access to it.
All in all, as Sumanth said, the REST connector should be able to do it because that API should be a fairly standard API with all the parameters in the URL. Once you get a token it should work without issues.
0 -
To add, in the OA Public library there is a 'DV Governance' extension, if that helps you in your overall task.
Unfortunately, the public demo (https://oac-public.com/ui/dv/ui/home.jsp?pageid=home does not showcase this because there are no individual users in that instance.
0