Jayme Edwards on 04 May 2016 07:17:32
The REST API allows retrieving my dashboards, reports, and groups. Please enable retrieving the dashboards and reports *in* a group.
Administrator on 09 Dec 2021 21:18:08
This is available in the REST APIs
- Comments (1)
RE: Have REST API return the dashboards and reports in each group
This has been available for some time...?
With the Power BI REST API:
https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards
https://docs.microsoft.com/en-us/rest/api/power-bi/reports
With the Power BI C# SDK:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.powerbi.api.v2.dashboards?view=azure-dotnet
https://docs.microsoft.com/en-us/dotnet/api/microsoft.powerbi.api.v2.reports?view=azure-dotnet