Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
API to get dashboards and roles in OAS 2024

Hi,
In OAS 7.6 (2024) version, do we have an API to get all dashboards and report details and the roles associated to them or any other way to export these details?
Thanks,
Sreekar
Answers
-
Please use the command below along with the required parameter to report on the catalog objects. Please refer the document
for more information.runcat.sh -cmd report
1 -
In OAS 7.6, if you use the catalog manager as mentioned above or the webservice available to retrieve those information, keep in mind that security is enforced. You will only be able to retrieve information about objects that the user you are using is allowed to see.
You could try to check in DV > Console > Content and look at the API called in the background by that page, it's meant to bypass the security and list any object (including objects in the private folder of users). But for objects you don't have permissions on, you just see they exists and can't really get their security.
These would be the supported, and mostly supported way. Then there are the unsupported ways…
1