<?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: getAppLists from all streams except one. in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652823#M11907</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;there is &lt;EM&gt;&lt;STRONG&gt;engine api&lt;/STRONG&gt;&lt;/EM&gt; called &lt;EM&gt;&lt;STRONG&gt;GetStreamlist&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; in global&lt;/P&gt;&lt;P&gt;you can get all the list of stream&lt;/P&gt;&lt;P&gt;if &lt;EM&gt;&lt;STRONG&gt;streamid&lt;/STRONG&gt; &lt;/EM&gt;or &lt;EM&gt;&lt;STRONG&gt;streamname&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;!=&amp;nbsp; "demo"&lt;/P&gt;&lt;P&gt;then run your applist code.&lt;/P&gt;&lt;P&gt;thanks regards&lt;/P&gt;&lt;P&gt;Harsh Gohil&lt;/P&gt;</description>
    <pubDate>Sat, 30 Nov 2019 05:36:51 GMT</pubDate>
    <dc:creator>iharsh220</dc:creator>
    <dc:date>2019-11-30T05:36:51Z</dc:date>
    <item>
      <title>getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652805#M11904</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get all the app from the server, but my requirement is to restrict one particular stream.&lt;/P&gt;&lt;P&gt;getAppList method has one property qMeta , inside that I can see stream name, but when I applying a filter based on that, it is not showing me the correct set of apps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest any solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652805#M11904</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2024-11-16T03:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652823#M11907</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;there is &lt;EM&gt;&lt;STRONG&gt;engine api&lt;/STRONG&gt;&lt;/EM&gt; called &lt;EM&gt;&lt;STRONG&gt;GetStreamlist&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; in global&lt;/P&gt;&lt;P&gt;you can get all the list of stream&lt;/P&gt;&lt;P&gt;if &lt;EM&gt;&lt;STRONG&gt;streamid&lt;/STRONG&gt; &lt;/EM&gt;or &lt;EM&gt;&lt;STRONG&gt;streamname&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;!=&amp;nbsp; "demo"&lt;/P&gt;&lt;P&gt;then run your applist code.&lt;/P&gt;&lt;P&gt;thanks regards&lt;/P&gt;&lt;P&gt;Harsh Gohil&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 05:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652823#M11907</guid>
      <dc:creator>iharsh220</dc:creator>
      <dc:date>2019-11-30T05:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652874#M11910</link>
      <description>&lt;P&gt;While running applist code , how i will restrict stream ?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 15:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1652874#M11910</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-12-01T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1655168#M11960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As harsh said, using the getdoclist() method you can get the list of apps and other properties of the apps with the stream name and id too.&lt;/P&gt;&lt;P&gt;So put a condition that which app you want from which stream or not and create a array for the list of app that you want and display that.(please check below highlighted words)&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"qDocName": "Executive Dashboard",&lt;BR /&gt;"qConnectedUsers": 0,&lt;BR /&gt;"qFileTime": 0,&lt;BR /&gt;"qFileSize": 1506395,&lt;BR /&gt;"qDocId": "app id",&lt;BR /&gt;"qMeta": {&lt;BR /&gt;"createdDate": "2019-10-16T06:53:52.562Z",&lt;BR /&gt;"modifiedDate": "2019-10-16T06:53:57.876Z",&lt;BR /&gt;"published": false,&lt;BR /&gt;"publishTime": "1753-01-01T00:00:00.000Z",&lt;BR /&gt;"privileges": [&lt;BR /&gt;"read",&lt;BR /&gt;"update",&lt;BR /&gt;"delete",&lt;BR /&gt;"publish",&lt;BR /&gt;"offlineaccess",&lt;BR /&gt;"duplicate"&lt;BR /&gt;],&lt;BR /&gt;"description": "Executive Dashboard"&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"dynamicColor": "hsla(356,18%,43%,1)",&lt;BR /&gt;"create": null,&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;"stream": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//this is the data where you can see the stream name and id&lt;BR /&gt;"id": "aaec8d41-5201-43ab-809f-3063750dfafd",&lt;BR /&gt;"name": "Everyone"&lt;BR /&gt;}, &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;"canCreateDataConnections": false&lt;BR /&gt;},&lt;BR /&gt;"qLastReloadTime": "2016-06-13T18:47:30.171Z",&lt;BR /&gt;"qTitle": "Executive Dashboard",&lt;BR /&gt;"qThumbnail": {&lt;BR /&gt;"qUrl": "/thumb-executive_dashboard.png"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;restricting the stream will give you the applist you wanted.&lt;/P&gt;&lt;P&gt;You need to put a loop from the Json data get from engine and put condition on that and for excluding the specific stream apps&lt;/P&gt;&lt;P&gt;Note : You need to exclude the stream that have Null as value.&lt;/P&gt;&lt;P&gt;This might help you.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 07:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1655168#M11960</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-12-07T07:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1655267#M11964</link>
      <description>&lt;P&gt;As a side note I prefer to use the QSR API for app lists and simple filtering and &lt;A href="https://github.com/ahaydon/Qlik-Cli" target="_self"&gt;Qlik-CLI&lt;/A&gt; makes this rather easy when using PowerShell (but you can apply the same principle to JavaScript, C#, whatever).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-QlikApp -filter "stream.name ne 'StreamToExclude'" | %{$_.Name}&lt;/P&gt;&lt;P&gt;Instant return of all apps except the ones in that stream.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 23:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1655267#M11964</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-08T23:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1830762#M15499</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I use Qlik CLI to get the apps list. $Applist = Get-QlikApp -full it works for retrieving smaller count of apps list &amp;lt;=~3000 apps. if the list is large Example&amp;nbsp; =~ 5000 Apps. throws the error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.Net.WebException: The operation has timed out. at Microsoft.PowerShell.Commands.WebRequestPSCmdlet.GetResponse(WebRequest request) at Microsoft.PowerShell.Commands.WebRequestPSCmdlet.ProcessRecord() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any solution appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Skumar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 10:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1830762#M15499</guid>
      <dc:creator>skumar</dc:creator>
      <dc:date>2021-08-24T10:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: getAppLists from all streams except one.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1830826#M15500</link>
      <description>&lt;P&gt;I'd chunk it up by stream.&amp;nbsp; Here's one that will get you all apps by stream:&lt;/P&gt;&lt;P&gt;(get-qlikstream) | foreach-object {&lt;BR /&gt;get-qlikapp -filter ("stream.name eq '{0}'" -f $_.name)&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then to get everything in people's workstreams:&lt;/P&gt;&lt;P&gt;get-qlikapp -filter ("published eq false")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 13:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getAppLists-from-all-streams-except-one/m-p/1830826#M15500</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2021-08-24T13:41:46Z</dc:date>
    </item>
  </channel>
</rss>

