<?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: can't get workspaceid in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/104432#M3620</link>
    <description>&lt;P&gt;Hi &amp;nbsp;v-ivzhan-msft thank you for giving me response, can you please send me exact url for getting workspace id, already i saw this url(&amp;nbsp;&lt;SPAN&gt;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces?api-version=2016-01-29), but i don't know &amp;nbsp;&lt;FONT color="#FF00FF"&gt;the hostname(like &lt;A title="" href="https://api.powerbi.com/v1.0/collections/indriynpoerbiapp/workspaces" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.powerbi.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces?api-version=2016-01-29&lt;/A&gt;)&amp;nbsp;&lt;FONT color="#000000"&gt;for starting of this url&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2016 10:46:47 GMT</pubDate>
    <dc:creator>KotiReddy</dc:creator>
    <dc:date>2016-12-20T10:46:47Z</dc:date>
    <item>
      <title>can't get workspaceid</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/103637#M3587</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;When i am accessing(&lt;FONT color="#FF00FF"&gt;&lt;A href="https://api.powerbi.com/v1.0/collections/indriynpoerbiapp/workspaces" target="_blank"&gt;https://api.powerbi.com/v1.0/collections/indriynpoerbiapp/workspaces&lt;/A&gt;&lt;/FONT&gt;) url with&amp;nbsp;Authorization AppKey , always i am getting&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#FF00FF"&gt;403 Forbidden&lt;/FONT&gt; error, so please any body help me how to get workspace id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KotiReddy.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 10:31:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/103637#M3587</guid>
      <dc:creator>KotiReddy</dc:creator>
      <dc:date>2016-12-17T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: can't get workspaceid</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/104314#M3612</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/18670"&gt;@KotiReddy&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Per the &lt;A href="https://docs.microsoft.com/en-us/rest/api/powerbiembedded/workspaces" target="_self"&gt;documentation &lt;/A&gt;and my test, the correct URL to request the workspaces is as below.&lt;/P&gt;
&lt;PRE&gt;GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces?api-version=2016-01-29&lt;/PRE&gt;
&lt;P&gt;And the authorization is still using an token, you can check the function &lt;A href="https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/blob/f296a3141a368425eb8076f1ca141e74e34fa619/ProvisionSample/Program.cs" target="_self"&gt;GetWorkspaceCollectionMetadata&lt;/A&gt;&amp;nbsp;in &lt;A href="https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/tree/f296a3141a368425eb8076f1ca141e74e34fa619" target="_self"&gt;power-bi-embedded-integrate-report-into-web-app&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 08:11:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/104314#M3612</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-12-20T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: can't get workspaceid</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/104432#M3620</link>
      <description>&lt;P&gt;Hi &amp;nbsp;v-ivzhan-msft thank you for giving me response, can you please send me exact url for getting workspace id, already i saw this url(&amp;nbsp;&lt;SPAN&gt;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces?api-version=2016-01-29), but i don't know &amp;nbsp;&lt;FONT color="#FF00FF"&gt;the hostname(like &lt;A title="" href="https://api.powerbi.com/v1.0/collections/indriynpoerbiapp/workspaces" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.powerbi.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces?api-version=2016-01-29&lt;/A&gt;)&amp;nbsp;&lt;FONT color="#000000"&gt;for starting of this url&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 10:46:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/104432#M3620</guid>
      <dc:creator>KotiReddy</dc:creator>
      <dc:date>2016-12-20T10:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: can't get workspaceid</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/106874#M3729</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/18670"&gt;@KotiReddy&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The host name is "&lt;A href="https://management.azure.com" target="_blank"&gt;https://management.azure.com&lt;/A&gt;".&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 10:19:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/can-t-get-workspaceid/m-p/106874#M3729</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-12-28T10:19:20Z</dc:date>
    </item>
  </channel>
</rss>

