Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, try this - at the end of the embedding.js file, you can specify language and locale - e.g. …/embedding.js?locale=fr&lang=fr
-
We have a policy of giving 12 months notice of any API changes.
-
Could I confirm that you are searching for dashboardgroupfolders with the API? what is the result of a call to this endpoint: /api/20210901/catalog/dashboardgroupfolders?search=*
-
Hi Hans, thanks for confirming the version. In OAS 2025, which is currently available you won't need to use those parameters. Mike
-
Could you try in firefox please? I think chrome may be preventing this from loading as it's not using https. Your safe domains appear to be setup correctly. The CORS errors in these circumstances can appear when authentication hasn't occurred. My testing of a similar scenario to you also didn't work (I assume due to not…
-
Thanks for posting, please could you log this as an idea on the Analytics Idea's Lab? https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server We do have an API on the roadmap which will export to PDF / PNG but not yet supporting passing parameter values (that could be mapped…
-
Often when this happens, it's because the URL to reference the workbook does not include project.jsp such as this: https://<oac-instance>.oraclecloud.com/ui/dv/ui/project.jsp?etc….
-
If you want to see a PDF / PNG of a DV canvas then we have a REST endpoint in early adopter that will provide that?
-
Hi Michal, thanks for your patience with the public access feature, I don't yet have further details to share regards timing but will update when I can.
-
Thanks for clarifying Michal. Regards Mike
-
What would you like to do via API Michal?
-
This has recently been added to OAC (get the JSON for a workbook) but it's not in OAS 2025 I'm afraid.
-
To @Gianni Ceresa 's point about the SOAP API doc, we are indeed working on an update that will appear in the Developer's Guide soon, and he is correct that you can use an OAuth2 access token as a header to the logon endpoint to get a session ID. Mike
-
Thanks for your query, I've sent you a DM to clarify a few points and try and assist. Mike
-
Aside from creation of data sets in this idea, OAS 2025 introduces REST APIs that are configurable using details in the Enterprise Deployment Guide. https://docs.oracle.com/en/middleware/bi/analytics-server/oasri/index.html…
-
OAS 2025 introduces REST APIs that are configurable using details in the Enterprise Deployment Guide. https://docs.oracle.com/en/middleware/bi/analytics-server/oasri/index.html…
-
Hi, /api/20210901/catalog/workbooks?search=* will give you all workbooks (paged response, see the response header for details). In the response, you will see an id and parentId which are base64 encoded paths to the object and the parent of the object (folder). This endpoint, /api/20210901/catalog will give you a list of…
-
Something to watch for in Salesforce is that the URL used in OAC safedomains may be differnent at runtime - so if you seen an error, check the browser network tools for other domains that may also need to be registered as a safe domain.
-
Thanks @Brendan T and @Sumanth V -Oracle for getting here before me :-) ! In this case, iframes are probably what you'll need - these may be termed differently in other products but behind the scenes it's usually an iframe.
-
I've modified the status to planned as the majority of the endpoints listed here are planned, with the exception of the data set management requests (at the time of updating).