<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get List Of Report Pages via C# Rest API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/380322#M11297</link>
    <description>&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 22:18:38 GMT</pubDate>
    <dc:creator>khshakur</dc:creator>
    <dc:date>2018-03-20T22:18:38Z</dc:date>
    <item>
      <title>Get List Of Report Pages via C# Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/376293#M11195</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:12:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/376293#M11195</guid>
      <dc:creator>khshakur</dc:creator>
      <dc:date>2018-03-14T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get List Of Report Pages via C# Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/378654#M11263</link>
      <description>&lt;P&gt;Yes, it is possible.&lt;/P&gt;&lt;P&gt;You could get all the pages within a Report through Power BI Javascript API:&lt;/P&gt;&lt;DIV class="lead"&gt;&lt;P&gt;Gets the list of pages within the report.&lt;/P&gt;&lt;/DIV&gt;&lt;PRE&gt;report.getPages()
 .then(&lt;SPAN class="hljs-function"&gt;&lt;SPAN class="hljs-params"&gt;pages&lt;/SPAN&gt; =&amp;gt;&lt;/SPAN&gt; {
     ...
 });&lt;/PRE&gt;&lt;P&gt;More information, see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/classes/_src_report_.report.html#getpages" target="_self"&gt;Get Pages&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:49:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/378654#M11263</guid>
      <dc:creator>v-micsh-msft</dc:creator>
      <dc:date>2018-03-19T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get List Of Report Pages via C# Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/380322#M11297</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 22:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/380322#M11297</guid>
      <dc:creator>khshakur</dc:creator>
      <dc:date>2018-03-20T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get List Of Report Pages via C# Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/392890#M11688</link>
      <description>&lt;P&gt;This would be a handy API to have!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 06:32:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/392890#M11688</guid>
      <dc:creator>jimmcslim</dc:creator>
      <dc:date>2018-04-10T06:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get List Of Report Pages via C# Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/433661#M13328</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/58000"&gt;@khshakur&lt;/a&gt;&amp;nbsp;- 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?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:12:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/433661#M13328</guid>
      <dc:creator>shravans</dc:creator>
      <dc:date>2018-06-06T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get List Of Report Pages via C# Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/433910#M13349</link>
      <description>&lt;P&gt;I am doing the same thing minus PhantomJS. I will actually look into using PhantomJS as seems like a cleaner solution.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 17:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-List-Of-Report-Pages-via-C-Rest-API/m-p/433910#M13349</guid>
      <dc:creator>khshakur</dc:creator>
      <dc:date>2018-06-06T17:26:15Z</dc:date>
    </item>
  </channel>
</rss>

