<?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>article Examples: Trigger a Qlik Sense task externally in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/ta-p/1714821</link>
    <description>&lt;P&gt;Can Qlik Sense tasks be triggered from an external program?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;The information in this article is provided as is. The solutions documented will require additional customization and ongoing support and modifications are not provided by Qlik Support. For tips and tricks and examples on advanced Qlik Sense implementations, join our active &lt;A href="https://community.qlik.com" target="_blank" rel="noopener"&gt;Qlik Community&lt;/A&gt;.&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Through API calls&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Any technology that can consume REST web services can connect to the&amp;nbsp;Qlik Sense Repository Service&amp;nbsp;(QRS) API. Each request must:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;be authenticated&lt;/LI&gt;
&lt;LI&gt;include the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Xrfkey&lt;/FONT&gt;&amp;nbsp;parameter and header to prevent cross-site scripting attacks&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;The steps are:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Get app id from QMC&lt;/LI&gt;
&lt;LI&gt;Build the API request from the App ID and API calls (example below)&lt;/LI&gt;
&lt;LI&gt;Use the POST method to run it&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;For details, see&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-configure-Postman-desktop-app-to-connect-to-Qlik-Sense/ta-p/1711499" target="_blank" rel="noopener"&gt;How to configure Postman (desktop app) to connect to Qlik Sense&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Security-rules-needed-to-call-task-start-and-result/ta-p/1717434" target="_blank" rel="noopener"&gt;Qlik Sense: Security rules needed to call task start and result endpoints&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Postman-Get-task-status-with-QRS-API/ta-p/1716606" target="_blank" rel="noopener"&gt;Postman: Get task status with QRS API&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-App-Reload.htm" target="_blank" rel="noopener"&gt;App: Reload - Qlik Sense for developers&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The request API path including Xrfkey will have the format below:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px" data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;https://qlikserver1.domain.local:4242/qrs/app/&amp;lt;app&amp;nbsp; id&amp;gt;/reload?Xrfkey=iX83QmNlvu87yyAB&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example using Postman:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px" data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;https://qlikserver1.domain.local:4242/qrs/app/3662543a-59b4-4963-b3c6-4405efb110c4/reload?Xrfkey=iX83QmNlvu87yyAB&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Postman_56254.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54241i2B47920A84E9135A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman_56254.png" alt="Postman_56254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Mashup example&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Using a Qlik Sense Mashup:&amp;nbsp;&lt;A href="https://extendingqlik.upper88.com/run-a-reload-from-a-qlik-sense-mashup/" target="_blank" rel="noopener"&gt;https://extendingqlik.upper88.com/run-a-reload-from-a-qlik-sense-mashup/&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using Qlik-Cli&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;As available on Qlik Branch:&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/58b83eb68bc22ec70e8788f3" target="_blank" rel="noopener"&gt;https://developer.qlik.com/garden/58b83eb68bc22ec70e8788f3&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using PowerShell&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Utilizing the Qlik Sense APIs and PowerShell.&lt;BR /&gt;Example:&amp;nbsp;&lt;A href="https://wilsonmar.github.io/powershell-rest-api/" target="_blank" rel="noopener"&gt;https://wilsonmar.github.io/powershell-rest-api/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;, all versions&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 10:52:36 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2022-07-07T10:52:36Z</dc:date>
    <item>
      <title>Examples: Trigger a Qlik Sense task externally</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/ta-p/1714821</link>
      <description>&lt;P&gt;Can Qlik Sense tasks be triggered from an external program?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;The information in this article is provided as is. The solutions documented will require additional customization and ongoing support and modifications are not provided by Qlik Support. For tips and tricks and examples on advanced Qlik Sense implementations, join our active &lt;A href="https://community.qlik.com" target="_blank" rel="noopener"&gt;Qlik Community&lt;/A&gt;.&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Through API calls&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Any technology that can consume REST web services can connect to the&amp;nbsp;Qlik Sense Repository Service&amp;nbsp;(QRS) API. Each request must:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;be authenticated&lt;/LI&gt;
&lt;LI&gt;include the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Xrfkey&lt;/FONT&gt;&amp;nbsp;parameter and header to prevent cross-site scripting attacks&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;The steps are:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Get app id from QMC&lt;/LI&gt;
&lt;LI&gt;Build the API request from the App ID and API calls (example below)&lt;/LI&gt;
&lt;LI&gt;Use the POST method to run it&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;For details, see&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-configure-Postman-desktop-app-to-connect-to-Qlik-Sense/ta-p/1711499" target="_blank" rel="noopener"&gt;How to configure Postman (desktop app) to connect to Qlik Sense&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Security-rules-needed-to-call-task-start-and-result/ta-p/1717434" target="_blank" rel="noopener"&gt;Qlik Sense: Security rules needed to call task start and result endpoints&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Postman-Get-task-status-with-QRS-API/ta-p/1716606" target="_blank" rel="noopener"&gt;Postman: Get task status with QRS API&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-App-Reload.htm" target="_blank" rel="noopener"&gt;App: Reload - Qlik Sense for developers&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The request API path including Xrfkey will have the format below:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px" data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;https://qlikserver1.domain.local:4242/qrs/app/&amp;lt;app&amp;nbsp; id&amp;gt;/reload?Xrfkey=iX83QmNlvu87yyAB&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example using Postman:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px" data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;https://qlikserver1.domain.local:4242/qrs/app/3662543a-59b4-4963-b3c6-4405efb110c4/reload?Xrfkey=iX83QmNlvu87yyAB&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Postman_56254.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54241i2B47920A84E9135A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman_56254.png" alt="Postman_56254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Mashup example&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Using a Qlik Sense Mashup:&amp;nbsp;&lt;A href="https://extendingqlik.upper88.com/run-a-reload-from-a-qlik-sense-mashup/" target="_blank" rel="noopener"&gt;https://extendingqlik.upper88.com/run-a-reload-from-a-qlik-sense-mashup/&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using Qlik-Cli&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;As available on Qlik Branch:&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/58b83eb68bc22ec70e8788f3" target="_blank" rel="noopener"&gt;https://developer.qlik.com/garden/58b83eb68bc22ec70e8788f3&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using PowerShell&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Utilizing the Qlik Sense APIs and PowerShell.&lt;BR /&gt;Example:&amp;nbsp;&lt;A href="https://wilsonmar.github.io/powershell-rest-api/" target="_blank" rel="noopener"&gt;https://wilsonmar.github.io/powershell-rest-api/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;, all versions&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 10:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/ta-p/1714821</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2022-07-07T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Reload Task Externally</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/1892827#M5559</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33708"&gt;@Lisa_Sun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;we have a requirement where we are trying to connect to QlikSense enterprise windows environment from&amp;nbsp; linux server to trigger QMC task from that server externally. Please provide steps to authenticate and connect to Qliksense server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 04:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/1892827#M5559</guid>
      <dc:creator>TusharDev_Qlik</dc:creator>
      <dc:date>2022-02-15T04:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Reload Task Externally</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/1892868#M5561</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160664"&gt;@TusharDev_Qlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We recommend posting this question in our relevant forum:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Integration, Extension &amp;amp; APIs&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/1892868#M5561</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-02-15T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Reload Task Externally</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/1892878#M5563</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;I have posted the question under Data Integration Forum now.&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="lia-breadcrumb-node crumb"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_b67889508ecac8_1" class="lia-link-navigation crumb-category lia-breadcrumb-category lia-breadcrumb-forum" href="https://community.qlik.com/t5/Data-Integration/ct-p/qlik-data-integration" target="_blank"&gt;Data Integration----&amp;gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/A&gt;&lt;A id="link_b67889508ecac8_2" class="lia-link-navigation crumb-board lia-breadcrumb-board lia-breadcrumb-forum" href="https://community.qlik.com/t5/Qlik-Application-Automation/bd-p/qlik-application-automation-discussions" target="_blank"&gt;Qlik Application Automation&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;LI-WRAPPER&gt;
&lt;UL id="list_b67889508ecac8" class="lia-list-standard-inline" role="list"&gt;
&lt;LI class="lia-breadcrumb-node crumb"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/1892878#M5563</guid>
      <dc:creator>TusharDev_Qlik</dc:creator>
      <dc:date>2022-02-15T07:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Examples: Trigger a Qlik Sense task externally</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/2062265#M8963</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160664"&gt;@TusharDev_Qlik&lt;/a&gt;&amp;nbsp; : I am unable to find your post in the forum. Can you Provide a direct URL for your post. Appreciate your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 22:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Examples-Trigger-a-Qlik-Sense-task-externally/tac-p/2062265#M8963</guid>
      <dc:creator>RajaDumpa</dc:creator>
      <dc:date>2023-04-19T22:18:24Z</dc:date>
    </item>
  </channel>
</rss>

