Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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).
-
Thanks for logging this Idea Branden.
-
I’m working on an update of the SOAP doc currently so hopefully around that timescale.
-
Add an authorization header of Bearer <token> to the SOAP logon service. This will return a session ID that can be used with the other SOAP services. This should be fully available in the OAC January release.
-
Thanks for all that you do in the community, @Gianni Ceresa and good to catch up with you at UKOUG this year!