Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Power BI Rest Api - Get page name by ReportSection

Hello,

 

I have a ReportSectionId in a Power BI url like this: https://app.powerbi.com/groups/f7723ef6-axae-453c-v29c-901ac94abd93/reports/4212eb4f-b73c-4ce3-af38-20e5165d3a23/ReportSection92g904796cfa0caf065c

 

I need to fetch the page name of a report using the ReportSectionGuid. Is this possible?

 

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages/{pageName} only allows to query by pageName.