<?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: API call from Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2116269#M91086</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It's a DIY form please look at the options at&amp;nbsp;&lt;A href="https://github.com/ajaykakkar93/InputForm#readme" target="_blank"&gt;https://github.com/ajaykakkar93/InputForm#readme&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That will help,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The API&amp;nbsp; checklist&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;HTTPS: it runs on port 443 configuration on a server where your API is places&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SSL:&amp;nbsp;An SSL certificate is a&amp;nbsp;&lt;EM&gt;digital certificate that authenticates a website's identity and enables an encrypted connection&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;whitelisted In both environments (qlik sense &amp;amp; API server) : for qlik sense follow the below checklist&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Go to QMC&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Virtual Proxy&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Central Proxy&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Check the option of "Advanced"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Scroll to the option "Host allow list"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add your System IP / URL without HTTPS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the below in the option "Additional response headers"&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Access-Control-Allow-Origin: *&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;You are good to go&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 02:47:09 GMT</pubDate>
    <dc:creator>ajaykakkar93</dc:creator>
    <dc:date>2023-09-13T02:47:09Z</dc:date>
    <item>
      <title>API call from Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2115745#M91040</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;Is it possible to do an API call from qlik sense and pass a specific value from the sheet?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More details- There is an API which takes say OrderNO and performs some task.&amp;nbsp; I have a list of&amp;nbsp; order nos in my qliksense sheet. I wanted to give user an option to select an OrderNo and call the API and pass that value. I dont necessarily need to wait for the API to complete its action, Just pass the value and done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any pointers would be helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 02:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2115745#M91040</guid>
      <dc:creator>gren</dc:creator>
      <dc:date>2023-09-12T02:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: API call from Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2115776#M91044</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What i understand is to&amp;nbsp;&lt;SPAN&gt;call /trigger the API from qlik sense application and pass that value as parameter ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If that is the case then you can use the below extension to perform that task&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A title="InputForm Extension for qlik sense" href="https://github.com/ajaykakkar93/InputForm" target="_blank" rel="noopener"&gt;InputForm Extension for qlik sense&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note: API should have the below checklist&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;HTTPS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SSL&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;whitelisted In both environments (qlik sense &amp;amp; API server)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 12 Sep 2023 05:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2115776#M91044</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-09-12T05:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: API call from Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2115962#M91055</link>
      <description>&lt;P&gt;Thanks Ajay. Can you please give a sample qliksense file with this?&amp;nbsp; that would be helpful..&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2115962#M91055</guid>
      <dc:creator>gren</dc:creator>
      <dc:date>2023-09-12T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: API call from Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2116115#M91074</link>
      <description>&lt;P&gt;Any pointers from others who had done would be helpful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2116115#M91074</guid>
      <dc:creator>gren</dc:creator>
      <dc:date>2023-09-12T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: API call from Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2116269#M91086</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It's a DIY form please look at the options at&amp;nbsp;&lt;A href="https://github.com/ajaykakkar93/InputForm#readme" target="_blank"&gt;https://github.com/ajaykakkar93/InputForm#readme&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That will help,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The API&amp;nbsp; checklist&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;HTTPS: it runs on port 443 configuration on a server where your API is places&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SSL:&amp;nbsp;An SSL certificate is a&amp;nbsp;&lt;EM&gt;digital certificate that authenticates a website's identity and enables an encrypted connection&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;whitelisted In both environments (qlik sense &amp;amp; API server) : for qlik sense follow the below checklist&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Go to QMC&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Virtual Proxy&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Central Proxy&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Check the option of "Advanced"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Scroll to the option "Host allow list"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add your System IP / URL without HTTPS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the below in the option "Additional response headers"&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Access-Control-Allow-Origin: *&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;You are good to go&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 02:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/API-call-from-Qliksense/m-p/2116269#M91086</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-09-13T02:47:09Z</dc:date>
    </item>
  </channel>
</rss>

