<?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 Using Rest API to List Tables Group in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52043#M1605</link>
    <description>&lt;P&gt;I am trying to use the REST api to insert rows in a Table that resides in a Shared Workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can list all the groups I can see using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.PowerBI.com/v1.0/myorg/groups" target="_blank"&gt;https://api.PowerBI.com/v1.0/myorg/groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And using the relavant groupid I can list the datasets using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets" target="_blank"&gt;https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but if I try and see the tables in a specific group using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets/{mydatasetid}/tables" target="_blank"&gt;https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets/{mydatasetid}/tables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a 501 error : "The remote server returned an error: (501) Not Implemented."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to this documentation updated in Feb &lt;STRONG&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/mt203556.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/mt203556.aspx&lt;/A&gt;&lt;/STRONG&gt; it should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this method working for other people?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 19:43:51 GMT</pubDate>
    <dc:creator>Phil_Seamark</dc:creator>
    <dc:date>2016-07-21T19:43:51Z</dc:date>
    <item>
      <title>Using Rest API to List Tables Group</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52043#M1605</link>
      <description>&lt;P&gt;I am trying to use the REST api to insert rows in a Table that resides in a Shared Workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can list all the groups I can see using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.PowerBI.com/v1.0/myorg/groups" target="_blank"&gt;https://api.PowerBI.com/v1.0/myorg/groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And using the relavant groupid I can list the datasets using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets" target="_blank"&gt;https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but if I try and see the tables in a specific group using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets/{mydatasetid}/tables" target="_blank"&gt;https://api.PowerBI.com/v1.0/myorg/groups/{mygroupid}/datasets/{mydatasetid}/tables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a 501 error : "The remote server returned an error: (501) Not Implemented."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to this documentation updated in Feb &lt;STRONG&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/mt203556.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/mt203556.aspx&lt;/A&gt;&lt;/STRONG&gt; it should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this method working for other people?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:43:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52043#M1605</guid>
      <dc:creator>Phil_Seamark</dc:creator>
      <dc:date>2016-07-21T19:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rest API to List Tables Group</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52073#M1610</link>
      <description>&lt;P&gt;Further to this, when I try to list tables under a dataset in My Workspace I get "GET tables method is not supported for this dataset" even using the Apiary API console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the API only work with certain kinds of Datasets? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 20:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52073#M1610</guid>
      <dc:creator>Phil_Seamark</dc:creator>
      <dc:date>2016-07-21T20:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rest API to List Tables Group</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52488#M1627</link>
      <description>&lt;P&gt;I have since found that if I create the dataset using the API, I can list tables in the dataset (regardless of if in a shared workspace or not).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However my problem was when I created a table in Power BI Desktop and then published to the Service. &amp;nbsp;I can't list these tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have adjusted my code to create the dataset &amp;amp; table using the API and I can stream data into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 21:50:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/52488#M1627</guid>
      <dc:creator>Phil_Seamark</dc:creator>
      <dc:date>2016-07-24T21:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rest API to List Tables Group</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/390636#M11610</link>
      <description>&lt;P&gt;HI Phil:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get the app produced in a workspace and the users that has been granted&amp;nbsp;access to it. Tried with rest get method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$uri = "&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/$($group.id)/applications" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/$($group.id)/applications&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$uri = "&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/$($group.id)/apps" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/$($group.id)/apps&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bur i'm getting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Invoke-RestMethod : The remote server returned an error: (404) Not Found.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you happen to know if there's a way to get the infor I'm trying to pull?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Leo.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 19:37:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Rest-API-to-List-Tables-Group/m-p/390636#M11610</guid>
      <dc:creator>leovillarroel</dc:creator>
      <dc:date>2018-04-05T19:37:28Z</dc:date>
    </item>
  </channel>
</rss>

