<?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 Get qlik sense api list in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2441484#M3683</link>
    <description>&lt;P&gt;Is it possible to get the list of all the apps from Qlik sense using an Api?&lt;/P&gt;
&lt;P&gt;if yes, please provide a sample Api.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 04:20:29 GMT</pubDate>
    <dc:creator>Rahul11</dc:creator>
    <dc:date>2024-04-16T04:20:29Z</dc:date>
    <item>
      <title>Get qlik sense api list</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2441484#M3683</link>
      <description>&lt;P&gt;Is it possible to get the list of all the apps from Qlik sense using an Api?&lt;/P&gt;
&lt;P&gt;if yes, please provide a sample Api.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 04:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2441484#M3683</guid>
      <dc:creator>Rahul11</dc:creator>
      <dc:date>2024-04-16T04:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get qlik sense api list</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2441780#M3696</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;On Client Managed, you can use the app endpoint: &lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=768" target="_self"&gt;https://help.qlik.com/en-US/sense-developer/February2024/APIs/RepositoryServiceAPI/index.html?page=768&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;On SaaS, you need to use the item endpoint, and filtering by app type: &lt;A href="https://qlik.dev/apis/rest/items/#%23%2Fentries%2Fitems-get" target="_self"&gt;https://qlik.dev/apis/rest/items/#%23%2Fentries%2Fitems-get&lt;/A&gt;&lt;BR /&gt;(as described on this post: &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/List-of-all-apps-using-Qlik-SaaS-Rest-API/td-p/1862015" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/List-of-all-apps-using-Qlik-SaaS-Rest-API/td-p/1862015&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 14:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2441780#M3696</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-04-16T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get qlik sense api list</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2442887#M3713</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/294292"&gt;@Rahul11&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is it possible to get the list of all the apps from Qlik sense using an Api?&lt;/P&gt;
&lt;P&gt;if yes, please provide a sample Api.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, it is possible to get the list of all apps from Qlik Sense using an API. Qlik Sense provides a comprehensive set of APIs that allow for various interactions with the platform, including retrieving lists of apps.&amp;nbsp;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;&lt;A href="https://www.dognearme.co.uk/" target="_self"&gt;&lt;SPAN data-sheets-root="1" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Dog Near Me&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:3,&amp;quot;12&amp;quot;:0}"&gt;Dog Near Me&lt;/SPAN&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;To get a list of apps, you can use the GetDocList method provided by the Qlik Engine JSON API. &lt;BR /&gt;&lt;BR /&gt;Here’s a sample API call using this method:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "GetDocList",
  "handle": -1,
  "params": []
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This method will return a list of Qlik Sense documents (apps) that the currently authenticated user has access to1. You can send this as a JSON-RPC request to your Qlik Sense Engine API endpoint.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 04:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Get-qlik-sense-api-list/m-p/2442887#M3713</guid>
      <dc:creator>anthonyjones</dc:creator>
      <dc:date>2024-04-23T04:55:46Z</dc:date>
    </item>
  </channel>
</rss>

