<?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: Power BI REST API - Get Pages in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2605955#M37029</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/406278"&gt;@David_TS&lt;/a&gt;&amp;nbsp;which report type are you using? Is it a paginated report or a standard PBIX report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just called the API:&amp;nbsp;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/41ac7a4a-fa22-40d3-bb16-86889d39d9f8/reports/6335efe4-95c8-442f-9732-48ee36c791a8/pages" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And got the following in the response body:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"@odata.context":"&lt;A href="http://wabi-us-north-central-redirect.analysis.windows.net/v1.0/myorg/groups/41ac7a4a-fa22-40d3-bb16-86889d39d9f8/$metadata#pages" target="_blank"&gt;http://wabi-us-north-central-redirect.analysis.windows.net/v1.0/myorg/groups/41ac7a4a-fa22-40d3-bb16-86889d39d9f8/$metadata#pages&lt;/A&gt;","value":[&lt;BR /&gt;{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection5&lt;/STRONG&gt;","displayName":"Top 100 Contributors","order":0&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSectione980957bd37845a89202&lt;/STRONG&gt;","displayName":"Traffic","order":1&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection4&lt;/STRONG&gt;","displayName":"Contributor Commits","order":2&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection3&lt;/STRONG&gt;","displayName":"Pull Requests","order":3&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection1&lt;/STRONG&gt;","displayName":"Punch Card","order":4&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection6&lt;/STRONG&gt;","displayName":"Issues","order":5&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection&lt;/STRONG&gt;","displayName":"Logos","order":6&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 07:34:31 GMT</pubDate>
    <dc:creator>AmosHersch</dc:creator>
    <dc:date>2022-06-28T07:34:31Z</dc:date>
    <item>
      <title>Power BI REST API - Get Pages</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2605322#M37022</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use this API:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-pages" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-pages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/reports/{reportId}/pages" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/reports/{reportId}/pages&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get the pages of my report, but only the displayName and order fields. I don't get the "name" field, it's empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my understanding, it's the field I need to build the complete URL to the page. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get the url of my report with&lt;A href="https://api.powerbi.com/v1.0/myorg/reports/{reportId}/pages" target="_blank" rel="noopener"&gt;&amp;nbsp;https://api.powerbi.com/v1.0/myorg/reports/{reportId}&lt;/A&gt; and the webUrl field, but i would like to build the direct url to my page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why I don't get the "name" field ? Any other way to build my url to my page ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 01:27:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2605322#M37022</guid>
      <dc:creator>David_TS</dc:creator>
      <dc:date>2022-06-28T01:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Pages</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2605955#M37029</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/406278"&gt;@David_TS&lt;/a&gt;&amp;nbsp;which report type are you using? Is it a paginated report or a standard PBIX report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just called the API:&amp;nbsp;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/41ac7a4a-fa22-40d3-bb16-86889d39d9f8/reports/6335efe4-95c8-442f-9732-48ee36c791a8/pages" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And got the following in the response body:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"@odata.context":"&lt;A href="http://wabi-us-north-central-redirect.analysis.windows.net/v1.0/myorg/groups/41ac7a4a-fa22-40d3-bb16-86889d39d9f8/$metadata#pages" target="_blank"&gt;http://wabi-us-north-central-redirect.analysis.windows.net/v1.0/myorg/groups/41ac7a4a-fa22-40d3-bb16-86889d39d9f8/$metadata#pages&lt;/A&gt;","value":[&lt;BR /&gt;{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection5&lt;/STRONG&gt;","displayName":"Top 100 Contributors","order":0&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSectione980957bd37845a89202&lt;/STRONG&gt;","displayName":"Traffic","order":1&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection4&lt;/STRONG&gt;","displayName":"Contributor Commits","order":2&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection3&lt;/STRONG&gt;","displayName":"Pull Requests","order":3&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection1&lt;/STRONG&gt;","displayName":"Punch Card","order":4&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection6&lt;/STRONG&gt;","displayName":"Issues","order":5&lt;BR /&gt;},{&lt;BR /&gt;"Name":"&lt;STRONG&gt;ReportSection&lt;/STRONG&gt;","displayName":"Logos","order":6&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 07:34:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2605955#M37029</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2022-06-28T07:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Pages</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2607462#M37057</link>
      <description>&lt;P&gt;thank you ! your answer helped me detecting the problem : MS documentation indicates "name", but it's "Name".&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 15:57:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2607462#M37057</guid>
      <dc:creator>David_TS</dc:creator>
      <dc:date>2022-06-28T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Pages</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2753402#M38476</link>
      <description>&lt;P&gt;My report doesn't work anymore ...... they put it back to "name". Thanks MS...&lt;span class="lia-unicode-emoji" title=":pouting_face:"&gt;😡&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:37:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Pages/m-p/2753402#M38476</guid>
      <dc:creator>David_TS</dc:creator>
      <dc:date>2022-09-07T14:37:18Z</dc:date>
    </item>
  </channel>
</rss>

