<?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: Obtaining list of data sources in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2443587#M20401</link>
    <description>&lt;P&gt;For on-prem the QRS API will provide a list of data connections:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=1169" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=1169&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For Qlik SaaS, it the REST API&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections/" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You said you want table names and columns -- do you mean the database tables behind those connections or the Qlik tables created from them?&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 15:44:27 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2024-04-22T15:44:27Z</dc:date>
    <item>
      <title>Obtaining list of data sources</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2443474#M20400</link>
      <description>&lt;P&gt;What API should I use if I want to obtain a list of all my datasources in Qlik? For example, I configured a Postgres connection and extracted 2 tables. Now I would like to get this info from the API - table names, table columns.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 11:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2443474#M20400</guid>
      <dc:creator>tomas_kukan</dc:creator>
      <dc:date>2024-04-22T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining list of data sources</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2443587#M20401</link>
      <description>&lt;P&gt;For on-prem the QRS API will provide a list of data connections:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=1169" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=1169&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For Qlik SaaS, it the REST API&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections/" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You said you want table names and columns -- do you mean the database tables behind those connections or the Qlik tables created from them?&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 15:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2443587#M20401</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-04-22T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining list of data sources</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2444459#M20410</link>
      <description>&lt;P&gt;Thank you for the quick response.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am currently focusing on SaaS, but I would like to ideally handle both cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;For Qlik SaaS, it the REST API&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections/" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/data-connections/&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;This returns only that I have created the connection to my db (postgres in my case), but it does not list the tables/columns I am importing.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;You said you want table names and columns -- do you mean the database tables behind those connections or the Qlik tables created from them?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Both - I need the database tables/columns and its counterpart in Qlik. Is it possible?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 17:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2444459#M20410</guid>
      <dc:creator>tomas_kukan</dc:creator>
      <dc:date>2024-04-24T17:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining list of data sources</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2445341#M20425</link>
      <description>&lt;P&gt;You may be able to some of the info you are looking for from the &lt;A href="https://qlik.dev/apis/rest/lineage-graphs/" target="_self"&gt;Lineage Graphs endpoint&lt;/A&gt;. A great resource for QLIK API questions is qlikdeveloper.slack.com.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 14:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2445341#M20425</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-04-26T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining list of data sources</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2446090#M20435</link>
      <description>&lt;P&gt;Thank you. Does QRS work also for the cloud solution, or is it on-premise only? I am having issues finding out how to setup the connection for cloud version.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2446090#M20435</guid>
      <dc:creator>tomas_kukan</dc:creator>
      <dc:date>2024-04-29T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining list of data sources</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2446496#M20438</link>
      <description>&lt;P&gt;QRS is on-prem only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Obtaining-list-of-data-sources/m-p/2446496#M20438</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-04-29T17:25:36Z</dc:date>
    </item>
  </channel>
</rss>

