Hi there,
I am calling OAC Rest API to get existing OAC objects including dashboards, dashboardpages, analysis, folders, etc. referring to the documentation.
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/index.html
When I call with this endpoint ~/api/20210901/catalog/dashboards?search=*, I was expecting to get all dashboard objects across all the folders, however, it only returned partial objects from the OAC environment.
One of dashboard object that was not returned by the API call, shows below in the catalog properties.
I also tried to access the dashboard object through the folder type API call, using ~/api/20210901/catalog/folders/<folder id>, but I got 404 NotFound error with the bellow message.
I am not so sure what's causing this issue if it's either unsupported dashboard type (e.g. compositeSigature: dashboardgroupfolder1) or user access issue, or something else. Can anyone please help me resolve this issue? Please let me know if additional information is needed.
Thanks,
K.