cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Get list of Dashboards and Published Users/UserGroups

nazeer475
7 - Data Storage
7 - Data Storage

Hi Team,

We need a help, can we retrieve the Dashboards and list of users/UserGroups which they are published.

I have nearly 100 Dashboards, how can we get this details in Windows.

Thanks

Nazeer

3 REPLIES 3

HamzaJ
12 - Data Integration
12 - Data Integration

Hey @nazeer475 

You could either read out the RESTAPI's or create a elasticube connected to the Sisense Application DB (mongodb) and create a datamodel and dashboard to get insights in those parameters

Hamza

nazeer475
7 - Data Storage
7 - Data Storage

Hi Hamza,

Thank you for quick response.

Could you please help us in RESTAPI and how to read dashboards and to whom they are published.

Thanks

Nazeer

HamzaJ
12 - Data Integration
12 - Data Integration

Hello,

You could use the following get-request to get all dashboard info:

https://URL/api/v1/dashboards/admin?dashboardType=owner&ownerInfo=true&asObject=false&fields=-layout...

To get all users:

https://URL/api/v1/users?fields=-uiSettings

To get all groups:

https://URL/api/v1/groups

Import these into an ECM or export it to somewhere else and you should be able to link it all together