<?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: List Apps with custom property in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796445#M14097</link>
    <description>&lt;P&gt;OK, tags.name eq 'Foo' works. customProperties.value and customProperty.definition.name can also be checked for in the same way, but is it possible to match only apps where it's the &lt;EM&gt;same&lt;/EM&gt; property that has the given name and value?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 14:45:18 GMT</pubDate>
    <dc:creator>millnet-maho</dc:creator>
    <dc:date>2021-04-01T14:45:18Z</dc:date>
    <item>
      <title>List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1671835#M12265</link>
      <description>&lt;P&gt;I 'm looking for something with&amp;nbsp; API to read a custom property or tag from an app.&lt;/P&gt;&lt;P&gt;I can't find anything to do this .&lt;/P&gt;&lt;P&gt;I am using require["js/qlik"] and the qlik.getAppList. This information is not available in the response.&lt;/P&gt;&lt;P&gt;Is it possible using another API ? I'm using a virtual proxy&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:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1671835#M12265</guid>
      <dc:creator>niel_sylvain</dc:creator>
      <dc:date>2024-11-16T03:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1671840#M12266</link>
      <description>&lt;P&gt;Try the &lt;A href="https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm" target="_self"&gt;QRS API&lt;/A&gt;, for example &lt;A href="https://help.qlik.com/en-US/sense-developer/November2019/APIs/RepositoryServiceAPI/index.html?page=726" target="_self"&gt;app/get&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 16:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1671840#M12266</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-02-03T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672183#M12281</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I can successfully call the QRS API through a http request from server to server https://&amp;lt;server&amp;gt;:4242/qrs/app/full with the certificate authentication.&lt;/P&gt;&lt;P&gt;I'm looking for a solution to call the QRS API through javascript call and a websocket with proxy authentication.&lt;/P&gt;&lt;P&gt;ex : a call to wss://&amp;lt;server&amp;gt;:4243/&amp;lt;virtualproxy&amp;gt;/qrs/app/full&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 14:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672183#M12281</guid>
      <dc:creator>niel_sylvain</dc:creator>
      <dc:date>2020-02-04T14:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672188#M12282</link>
      <description>&lt;P&gt;No, you cannot call the QRS API over websockets. Why do you want to call it over web socket??&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 14:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672188#M12282</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-02-04T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672192#M12283</link>
      <description>&lt;P&gt;I have a html page with javascript including the qlik hosted script require.js&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I use the javascript API&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;require["js/qlik"] through a websocket and i call qlik.getAppList to get informations about available apps for my connected user. Authentication is made through virtual proxy when i request require.js, a redirection is made from qlik virtual proxy to my authentication endpoint.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It worked very well and it is full javascript but in the AppList response i don't have informations about tags and customProperties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If there is no other option i will write the app list from server with QRS API response instead of doing it with the websocket&amp;nbsp;qlik.getAppList response&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 14:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672192#M12283</guid>
      <dc:creator>niel_sylvain</dc:creator>
      <dc:date>2020-02-04T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672221#M12284</link>
      <description>&lt;P&gt;You could use the &lt;A href="https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/RootAPI/callRepository-method.htm" target="_self"&gt;callRepository&lt;/A&gt; method, though I've seem that Qlik has marked it as deprecated, so it might be removed in a future release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 15:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672221#M12284</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-02-04T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672395#M12290</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;I will using the QRS API directly and not the deprecated method of javascript API.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 06:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1672395#M12290</guid>
      <dc:creator>niel_sylvain</dc:creator>
      <dc:date>2020-02-05T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796420#M14096</link>
      <description>&lt;P&gt;Is it possible to filter (e.g.) apps by custom property value? The general filter documentation doesn't give any help past simple expressions, but I've noticed that for example ?filter=stream.name+eq+'Whatever' works. However, both tags and custom properties are contained in arrays. Is there any way to search for items which have a particular value anywhere in an array? Is it even possible to filter on properties that are not part of the "Condensed" version of the object?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796420#M14096</guid>
      <dc:creator>millnet-maho</dc:creator>
      <dc:date>2021-04-01T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796445#M14097</link>
      <description>&lt;P&gt;OK, tags.name eq 'Foo' works. customProperties.value and customProperty.definition.name can also be checked for in the same way, but is it possible to match only apps where it's the &lt;EM&gt;same&lt;/EM&gt; property that has the given name and value?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796445#M14097</guid>
      <dc:creator>millnet-maho</dc:creator>
      <dc:date>2021-04-01T14:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796485#M14098</link>
      <description>&lt;P&gt;Not sure if I understand what you mean by "same property that has the given name and value", but you can use custom properties in filters like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET https://my.server.com/qrs/app?filter=@MyProp eq 'X'&lt;/LI-CODE&gt;&lt;P&gt;That query will return all apps which have been assigned the value 'X' for the custom property 'MyProp'.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 16:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1796485#M14098</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-04-01T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: List Apps with custom property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1797127#M14703</link>
      <description>&lt;P&gt;Ah, "@" is how you reference custom properties. Thanks.&lt;/P&gt;&lt;P&gt;It's possible that I've come across that notation somewhere, but it would be great if the documentation of the filter parameter mentioned it, at least in an example.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 09:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-Apps-with-custom-property/m-p/1797127#M14703</guid>
      <dc:creator>millnet-maho</dc:creator>
      <dc:date>2021-04-06T09:36:40Z</dc:date>
    </item>
  </channel>
</rss>

