Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
khshakur
Regular Visitor

Get List Of Report Pages via C# Rest API

I see from documentation that it is possible to get some information about groups, reports and etc. via the C# Rest API. I am wondering if I am able to get all the pages within a report via the API.

1 ACCEPTED SOLUTION

Thanks for the reply. I should have clarified a bit. I am aware that you can use the JS API (currently I have a bit of a hack to get the information I need to my C# app). I was able to get in touch with someone on the PowerBi team and they informed me it is not possible at the moment via the C# REST API.

View solution in original post

5 REPLIES 5
v-micsh-msft
Microsoft Employee
Microsoft Employee

Yes, it is possible.

You could get all the pages within a Report through Power BI Javascript API:

Gets the list of pages within the report.

report.getPages()
 .then(pages => {
     ...
 });

More information, see:

Get Pages 

 

Regards,

Michael

Thanks for the reply. I should have clarified a bit. I am aware that you can use the JS API (currently I have a bit of a hack to get the information I need to my C# app). I was able to get in touch with someone on the PowerBi team and they informed me it is not possible at the moment via the C# REST API.

@khshakur - Hi there! Even I am searching for this solution from quite a long time. Using PhantomJS hack for the time being to load the report behind the scene and calling getPages() js API method to get the list of sections. If you dont mind sharing, what hack you are using?

I am doing the same thing minus PhantomJS. I will actually look into using PhantomJS as seems like a cleaner solution.

This would be a handy API to have!

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.