Reports & Dashboards in Tree Structure

Hello Team Helical,

I want to fetch the list of the reports and dashboards a current user is having to. That information I would like to show in a tree structure within my application. How can something like that be done. What API is to be used?

Thank You

Hi Shwetant,

You can use below kind of API.

https://192.168.2.51:8085/hi-ee/getResources.html :: This will give a list of ALL the resources the current logged in user has got access to.
https://192.168.2.51:8085/hi-ee/getResources?extensions=["report"] :: This will return a list of the ad-hoc reports current users have got access to
https://192.168.2.51:8085/hi-ee/getResources?extensions=["efwdd"] :: This will return a list of the dashboard designer files users have got access to
https://192.168.2.51:8085/hi-ee/getResources?extensions=["metadata"] :: This will return a list of the metadata files current users have got access to
https://192.168.2.51:8085/hi-ee/getResources?extensions=["result"] :: This will return a list of the result files current users have got access to

For the exhaustive list of API please refer to the link. API Documentation
Thank You
Helical Insight Team.