<?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: Repository Rest API Get Stream Apps in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797744#M2631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, it is working like this in my environment...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qps.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78185_qps.png" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 04:45:39 GMT</pubDate>
    <dc:creator>Masaki_Hamano</dc:creator>
    <dc:date>2015-02-16T04:45:39Z</dc:date>
    <item>
      <title>Repository Rest API Get Stream Apps</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797741#M2628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the repos rest api I need all applications belonging to a stream id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for null streams if work as filter like this&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&amp;amp;filter=stream" rel="nofollow"&gt;https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&amp;amp;filter=stream&lt;/A&gt;&lt;SPAN&gt; eq null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as stream is a sub class of app how can I select in a sub class like stream.id eq '51bacafe-ebdf-47c0-8d35-615ef7bf5a5f' is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&amp;amp;filter=stream.id" rel="nofollow"&gt;https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&amp;amp;filter=stream.id&lt;/A&gt;&lt;SPAN&gt; eq '51bacafe-ebdf-47c0-8d35-615ef7bf5a5f'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the App class&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "App01",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "appId": "",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "publishTime": "2014-11-26T11:07:50.744Z",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "published": true,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "stream": {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Finance",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "privileges": null,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "51bacafe-ebdf-47c0-8d35-615ef7bf5a5f"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "privileges": null,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "87fd1dd2-fd0e-46ef-a4c2-32b6523b211f"&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797741#M2628</guid>
      <dc:creator>jp_golay</dc:creator>
      <dc:date>2015-02-12T16:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Rest API Get Stream Apps</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797742#M2629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi Jean-Philippe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove apostrophe(' ')&amp;nbsp; from the id on the URI as shown bellow, and I would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&amp;amp;filter=stream.id" rel="nofollow"&gt;https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&amp;amp;filter=stream.id&lt;/A&gt;&lt;SPAN&gt; eq a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masaki &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797742#M2629</guid>
      <dc:creator>Masaki_Hamano</dc:creator>
      <dc:date>2015-02-13T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Rest API Get Stream Apps</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797743#M2630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 13:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797743#M2630</guid>
      <dc:creator>jp_golay</dc:creator>
      <dc:date>2015-02-13T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Rest API Get Stream Apps</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797744#M2631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, it is working like this in my environment...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qps.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78185_qps.png" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 04:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797744#M2631</guid>
      <dc:creator>Masaki_Hamano</dc:creator>
      <dc:date>2015-02-16T04:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Repository Rest API Get Stream Apps</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797745#M2632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Masaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter on stream.id doesn't work for me either.&lt;/P&gt;&lt;P&gt;I receive the following error from the sense server. (there are apps in the steam that was specified in the filter)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78495_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;If you find a solution , please let me know.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Repository-Rest-API-Get-Stream-Apps/m-p/797745#M2632</guid>
      <dc:creator>jeepee33</dc:creator>
      <dc:date>2015-02-19T07:54:48Z</dc:date>
    </item>
  </channel>
</rss>

