<?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: How to get apps list from stream id in Qlik Sense Extension? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114631#M1581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You cannot get streams from the Engine API, you need to use the &lt;A href="https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm"&gt;QRS API.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some endpoints to try are /qrs/stream and /qrs/app, or possibly /qrs/stream/full (to get more data) and /qrs/app/full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have qlik.js loaded you can use the &lt;A href="https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/APIs/Content/CapabilityAPIs/RootAPI/callRepository-method.htm"&gt;callRepository &lt;/A&gt;method for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2018 11:03:36 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2018-09-27T11:03:36Z</dc:date>
    <item>
      <title>How to get apps list from stream id in Qlik Sense Extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114630#M1580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this JS code - &lt;A href="https://jsfiddle.net/md_bender/tjL6owes/" title="https://jsfiddle.net/md_bender/tjL6owes/"&gt;Get Qlik stream applications - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In console i catch error - "TypeError: qlikApp.getStreamList is not a function". I try qlik.getStreamList() result was the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114630#M1580</guid>
      <dc:creator>mdbender</dc:creator>
      <dc:date>2018-09-27T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get apps list from stream id in Qlik Sense Extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114631#M1581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You cannot get streams from the Engine API, you need to use the &lt;A href="https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm"&gt;QRS API.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some endpoints to try are /qrs/stream and /qrs/app, or possibly /qrs/stream/full (to get more data) and /qrs/app/full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have qlik.js loaded you can use the &lt;A href="https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/APIs/Content/CapabilityAPIs/RootAPI/callRepository-method.htm"&gt;callRepository &lt;/A&gt;method for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114631#M1581</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-09-27T11:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get apps list from stream id in Qlik Sense Extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114632#M1582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Erik!&lt;/P&gt;&lt;P&gt;But can I get another apps from the stream in which I'm working?&lt;/P&gt;&lt;P&gt;How to start using QRS API? I never work with it. Is it available to work in extensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114632#M1582</guid>
      <dc:creator>mdbender</dc:creator>
      <dc:date>2018-09-27T11:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get apps list from stream id in Qlik Sense Extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114633#M1583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the qlik module the callRepository method is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114633#M1583</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-09-27T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get apps list from stream id in Qlik Sense Extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114634#M1584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u show example of how it is working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 18:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-apps-list-from-stream-id-in-Qlik-Sense-Extension/m-p/114634#M1584</guid>
      <dc:creator>mdbender</dc:creator>
      <dc:date>2018-09-27T18:44:21Z</dc:date>
    </item>
  </channel>
</rss>

