Product Feedback Forum
Help us make Sisense better by posting your product feedback here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Status: New Idea

As admin, I can get other people's dashboards using the /dashboards/admin endpoint.

However, the information returned is limited: I can't get a .dash file or widget objects.

I want to use my admin rights on the /dashboards/{id}/export/dash endpoint to download every dashboard, even ones that haven't been shared with me.

Perhaps this could be generalised to other endpoints that limit based on dashboard permissions or other permissions: If as admin I can grant myself access to an object through the UI, then I should be able to set a flag in my API calls to circumvent these restrictions.

1 Comment

I can second this.

Ps. @Tim has a workaround you can use adminAccess=true as a query parameter. This doesnt work in all cases, but for the dashboards and widget endpoints it works. 

So if you dont have access to a dashboard, but you are the admin the following endpoint works to export the dash:

https://sisense.com/api/dashboards/DASHBOARDID/export?adminAccess=true