<?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: Qlik API Resources to retrieve metadatas from sheets in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887065#M16212</link>
    <description>&lt;P&gt;What metadata are you looking for in tables / fields? Names / count of rows?&lt;/P&gt;&lt;P&gt;As for data connections, there are two approaches:&lt;/P&gt;&lt;P&gt;1. Parse the app's lineage endpoint (/api/v1/apps/{appId}/data/lineage)&lt;/P&gt;&lt;P&gt;2. Parse the script logs&lt;/P&gt;&lt;P&gt;For (1), I am not aware of any apps which productionalize this but it's certainly possible to use.&lt;/P&gt;&lt;P&gt;For (2), the &lt;A href="https://github.com/eapowertools/qs-data-connection-analyzer" target="_self"&gt;Data Connection Analyzer&lt;/A&gt; is my go to reference.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 12:57:36 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2022-01-31T12:57:36Z</dc:date>
    <item>
      <title>Qlik API Resources to retrieve metadatas from sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1886933#M16210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have Qlik Sense Entreprise version 14.20.5, and we used Qlik APIs to retrieve some informations about applications&lt;/P&gt;
&lt;P&gt;Actually, we used QRS API resources (/qrs/app/full and /qrs/app/object) to get availables applications list, and also for each application, get sheets list&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Now, we would like to retrieve more metadatas from sheets, especially datas sources used in the sheet :&lt;/P&gt;
&lt;P&gt;- tables and fields metadatas&lt;BR /&gt;- dataconnection used (database name, schema name)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;is there and Qlik API resource to do this ? and if yes, what API resource could we used ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 07:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1886933#M16210</guid>
      <dc:creator>detienne</dc:creator>
      <dc:date>2022-01-31T07:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik API Resources to retrieve metadatas from sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1886948#M16211</link>
      <description>&lt;P&gt;To get data about tables and fields you will have to go through the engine API:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Listing data connections is harder though, and I don't think there is any other way than to parse the script used by the app (which you can access through the engine api). However,&amp;nbsp; I think there are a couple of tools in this domain available through the community. I have never tried any of them though, so I can't make any recommendations there.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 08:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1886948#M16211</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2022-01-31T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik API Resources to retrieve metadatas from sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887065#M16212</link>
      <description>&lt;P&gt;What metadata are you looking for in tables / fields? Names / count of rows?&lt;/P&gt;&lt;P&gt;As for data connections, there are two approaches:&lt;/P&gt;&lt;P&gt;1. Parse the app's lineage endpoint (/api/v1/apps/{appId}/data/lineage)&lt;/P&gt;&lt;P&gt;2. Parse the script logs&lt;/P&gt;&lt;P&gt;For (1), I am not aware of any apps which productionalize this but it's certainly possible to use.&lt;/P&gt;&lt;P&gt;For (2), the &lt;A href="https://github.com/eapowertools/qs-data-connection-analyzer" target="_self"&gt;Data Connection Analyzer&lt;/A&gt; is my go to reference.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 12:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887065#M16212</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2022-01-31T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik API Resources to retrieve metadatas from sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887415#M16218</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;I hoped use an http connection from external client to retrieve informations (like QRS API), or engine API use websocket.&lt;/P&gt;
&lt;P&gt;However, I will try the engine API&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 08:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887415#M16218</guid>
      <dc:creator>detienne</dc:creator>
      <dc:date>2022-02-01T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik API Resources to retrieve metadatas from sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887438#M16219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;We are looking for followings metadatas:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Tables : name, description,&amp;nbsp;schema, datasource information (hostname, port, databasename ...) ...&lt;/LI&gt;
&lt;LI&gt;Fields :&amp;nbsp; table name, name, description, type ...&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;I hoped use an http connection from external client to retrieve informations (like QRS API).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will try your approaches&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 09:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-API-Resources-to-retrieve-metadatas-from-sheets/m-p/1887438#M16219</guid>
      <dc:creator>detienne</dc:creator>
      <dc:date>2022-02-01T09:04:18Z</dc:date>
    </item>
  </channel>
</rss>

