<?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: Qlik Sense SaaS Events API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918784#M16629</link>
    <description>&lt;P&gt;Gotcha. So I was confusing the events with audits (&lt;A href="https://qlik.dev/apis/rest/audits" target="_blank"&gt;https://qlik.dev/apis/rest/audits&lt;/A&gt;). So events are what are emitted by webhooks (&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-administer-webhook-create.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-administer-webhook-create.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;So from a use perspective, you will want to have a server listening for the POSTs from the webhook and from there do your business logic.&lt;/P&gt;&lt;P&gt;Since you cannot&amp;nbsp;&lt;EM&gt;currently&lt;/EM&gt; filter by App IDs, I would imagine that the volume of POSTs will be a bit too much for your use case (e.g. listening to every app which has reloaded).&lt;/P&gt;&lt;P&gt;While it isn't event driven, a polling option* on items (&lt;A href="https://qlik.dev/apis/rest/items" target="_blank"&gt;https://qlik.dev/apis/rest/items&lt;/A&gt;) with a focus on the&amp;nbsp;resourceAttributes &amp;gt;&amp;nbsp;lastReloadTime attribute would probably be the lightest approach for quickly proving value.&lt;/P&gt;&lt;P&gt;* i.e. calling the GET on the item every minute / hour / etc&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 22:15:49 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2022-04-14T22:15:49Z</dc:date>
    <item>
      <title>Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918478#M16622</link>
      <description>&lt;P&gt;Hi there, I'm struggling to find any good documentation or examples of Events API (&lt;A href="https://qlik.dev/apis#event)" target="_blank"&gt;https://qlik.dev/apis#event)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Where can I start?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 10:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918478#M16622</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-04-14T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918554#M16624</link>
      <description>&lt;P&gt;What are you trying to achieve? It is the endpoint which is exposed in the Console under&amp;nbsp;&lt;STRONG&gt;Events&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Levi_Turner_0-1649938690046.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77148iCB3F83BE9DF6FCF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Levi_Turner_0-1649938690046.png" alt="Levi_Turner_0-1649938690046.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 12:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918554#M16624</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2022-04-14T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918590#M16625</link>
      <description>&lt;P&gt;Basically, I would like to trigger a nodeJS/enigma script when a specific app gets reloaded and I thought this API was suitable for this.&lt;/P&gt;
&lt;P&gt;How do I use these events?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918590#M16625</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-04-14T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918784#M16629</link>
      <description>&lt;P&gt;Gotcha. So I was confusing the events with audits (&lt;A href="https://qlik.dev/apis/rest/audits" target="_blank"&gt;https://qlik.dev/apis/rest/audits&lt;/A&gt;). So events are what are emitted by webhooks (&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-administer-webhook-create.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-administer-webhook-create.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;So from a use perspective, you will want to have a server listening for the POSTs from the webhook and from there do your business logic.&lt;/P&gt;&lt;P&gt;Since you cannot&amp;nbsp;&lt;EM&gt;currently&lt;/EM&gt; filter by App IDs, I would imagine that the volume of POSTs will be a bit too much for your use case (e.g. listening to every app which has reloaded).&lt;/P&gt;&lt;P&gt;While it isn't event driven, a polling option* on items (&lt;A href="https://qlik.dev/apis/rest/items" target="_blank"&gt;https://qlik.dev/apis/rest/items&lt;/A&gt;) with a focus on the&amp;nbsp;resourceAttributes &amp;gt;&amp;nbsp;lastReloadTime attribute would probably be the lightest approach for quickly proving value.&lt;/P&gt;&lt;P&gt;* i.e. calling the GET on the item every minute / hour / etc&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 22:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1918784#M16629</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2022-04-14T22:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1919230#M16641</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;! I'll give it a try tomorrow and let you know.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 07:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1919230#M16641</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-04-18T07:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1921215#M16687</link>
      <description>&lt;P&gt;You actually can add a filter to the APP RELOADED WEBHOOK&lt;BR /&gt;&lt;BR /&gt;But it's not exposed through the Management Console soo either use QAA (Qlik Application Automation) or the API (using qlik-cli)&lt;BR /&gt;&lt;A href="https://qlik.dev/apis/rest/webhooks#%23%2Fentries%2Fwebhooks-post" target="_blank"&gt;https://qlik.dev/apis/rest/webhooks#%23%2Fentries%2Fwebhooks-post&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 07:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1921215#M16687</guid>
      <dc:creator>hakana</dc:creator>
      <dc:date>2022-04-22T07:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS Events API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1922478#M16700</link>
      <description>&lt;P&gt;Unfortunately, I realized I will not be able to try the solutions you suggested for a long time.&lt;/P&gt;
&lt;P&gt;Priority has changed.&lt;/P&gt;
&lt;P&gt;I will keep this post as unsolved until then.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SaaS-Events-API/m-p/1922478#M16700</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-04-26T07:23:00Z</dc:date>
    </item>
  </channel>
</rss>

