<?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 Leveraging APIs on Qlik Sense Enterprise SaaS in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Leveraging-APIs-on-Qlik-Sense-Enterprise-SaaS/ta-p/1767290</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FwDHT0oZj4x0%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwDHT0oZj4x0&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FwDHT0oZj4x0%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="STT - Leveraging APIs on Qlik Sense Enterprise SaaS" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;This session covers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What APIs can do for you&lt;/LI&gt;
&lt;LI&gt;Using API keys&lt;/LI&gt;
&lt;LI&gt;Integrating objects in apps&lt;/LI&gt;
&lt;LI&gt;What to do when things go wrong&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Resources:&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/" target="_blank" rel="noopener" data-cke-saved-href="https://qlik.dev/"&gt;Qlik Dev (Qlik Developer Tool)&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-create-a-mashup-in-Qlik-Sense-Enterprise-on-SaaS/ta-p/1767294" target="_blank" rel="noopener" data-cke-saved-href="/articles/Basic/Qlik-Cloud-Services-How-to-create-a-mashup"&gt;How to create a mashup in Qlik Sense Enterprise on SaaS&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Cloud-Services-How-to-embed-a-chart-in-an-iFrame/ta-p/1711503" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Cloud-Services-How-to-embed-a-chart-in-an-iFrame/ta-p/1711503"&gt;How to Embed a Chart in an iFrame&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developer.qlik.com/" target="_blank" rel="noopener" data-cke-saved-href="https://developer.qlik.com/"&gt;Qlik Branch&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/"&gt;Qlik Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Q &amp;amp; A:&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Q: &lt;/STRONG&gt;How much does qlik-cli cost? Is consulting required?&lt;BR /&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: qlik-cli is provided free of charge, and supported by Qlik Support. May you find any defect in the tool, please feel free to report it to Qlik Support.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: How does the qlik-cli authenticate with the cloud APIs?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; It will use an API key to authenticate. Once you have installed qlik-cli, run the command "qlik context init" and input your tenant URL and the API key.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; If I'm authenticating with an API key, how do I access a CSRF token?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; CSRF token is only needed for requests that do alter data (POST/PUT/DELETE) and for code running in a browser. Currently, we do not support the use of API keys for authentication for applications running in a browser.&lt;BR /&gt;When it comes to fetching the CSRF token for when you use interactive login, an example can be found at the link below.&lt;BR /&gt;&lt;A href="https://github.com/qlik-oss/web-integration-examples/blob/master/app-reloader/src/axios.js#L23" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/qlik-oss/web-integration-examples/blob/master/app-reloader/src/axios.js#L23"&gt;https://github.com/qlik-oss/web-integration-examples/blob/master/app-reloader/src/axios.js#L23&lt;/A&gt;&lt;BR /&gt;However, most of the time the Qlik APIs will take care of that and the developer will not need to care about it.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; How do l insert Tabs Sections in the Script File that will be recognised by the data load editor ?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The syntax is: ///$tab NameOfMyTab&lt;BR /&gt;This will create a new tab named "NameOfMyTab"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Is this API access available with non-Cloud versions of Qlik, like Qlik Sense Enterprise for Windows ?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Qlik Sense Enterprise for Windows has its own set of APIs for administrative tasks. A big percentage of the APIs for front end, such as the capability APIs are common to Qlik Sense Enterprise on Windows and Qlik Sense SaaS.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Does pipeline stuff count as admin, i.e. do UI, moving data along&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; No, these will need to be performed with the javascript API or Engine API (JSON-RPC)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Is the qlik-cli only available in SaaS or also in an on premise environment?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The tool qlik-cli, provided by Qlik R&amp;amp;D is only available for SaaS environments.&lt;BR /&gt;There was a tool of the same name, and that is now renamed Qlik Cli for Windows, that can be used for Qlik Sense Enterprise on Windows.&lt;BR /&gt;This provides similar functionalities. However, please note that it is third-party and not supported by Qlik.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 10 May 2022 19:01:03 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2022-05-10T19:01:03Z</dc:date>
    <item>
      <title>Leveraging APIs on Qlik Sense Enterprise SaaS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Leveraging-APIs-on-Qlik-Sense-Enterprise-SaaS/ta-p/1767290</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FwDHT0oZj4x0%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwDHT0oZj4x0&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FwDHT0oZj4x0%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="STT - Leveraging APIs on Qlik Sense Enterprise SaaS" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;This session covers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What APIs can do for you&lt;/LI&gt;
&lt;LI&gt;Using API keys&lt;/LI&gt;
&lt;LI&gt;Integrating objects in apps&lt;/LI&gt;
&lt;LI&gt;What to do when things go wrong&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Resources:&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/" target="_blank" rel="noopener" data-cke-saved-href="https://qlik.dev/"&gt;Qlik Dev (Qlik Developer Tool)&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-create-a-mashup-in-Qlik-Sense-Enterprise-on-SaaS/ta-p/1767294" target="_blank" rel="noopener" data-cke-saved-href="/articles/Basic/Qlik-Cloud-Services-How-to-create-a-mashup"&gt;How to create a mashup in Qlik Sense Enterprise on SaaS&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Cloud-Services-How-to-embed-a-chart-in-an-iFrame/ta-p/1711503" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Cloud-Services-How-to-embed-a-chart-in-an-iFrame/ta-p/1711503"&gt;How to Embed a Chart in an iFrame&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developer.qlik.com/" target="_blank" rel="noopener" data-cke-saved-href="https://developer.qlik.com/"&gt;Qlik Branch&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/"&gt;Qlik Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Q &amp;amp; A:&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Q: &lt;/STRONG&gt;How much does qlik-cli cost? Is consulting required?&lt;BR /&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: qlik-cli is provided free of charge, and supported by Qlik Support. May you find any defect in the tool, please feel free to report it to Qlik Support.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: How does the qlik-cli authenticate with the cloud APIs?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; It will use an API key to authenticate. Once you have installed qlik-cli, run the command "qlik context init" and input your tenant URL and the API key.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; If I'm authenticating with an API key, how do I access a CSRF token?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; CSRF token is only needed for requests that do alter data (POST/PUT/DELETE) and for code running in a browser. Currently, we do not support the use of API keys for authentication for applications running in a browser.&lt;BR /&gt;When it comes to fetching the CSRF token for when you use interactive login, an example can be found at the link below.&lt;BR /&gt;&lt;A href="https://github.com/qlik-oss/web-integration-examples/blob/master/app-reloader/src/axios.js#L23" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/qlik-oss/web-integration-examples/blob/master/app-reloader/src/axios.js#L23"&gt;https://github.com/qlik-oss/web-integration-examples/blob/master/app-reloader/src/axios.js#L23&lt;/A&gt;&lt;BR /&gt;However, most of the time the Qlik APIs will take care of that and the developer will not need to care about it.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; How do l insert Tabs Sections in the Script File that will be recognised by the data load editor ?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The syntax is: ///$tab NameOfMyTab&lt;BR /&gt;This will create a new tab named "NameOfMyTab"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Is this API access available with non-Cloud versions of Qlik, like Qlik Sense Enterprise for Windows ?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Qlik Sense Enterprise for Windows has its own set of APIs for administrative tasks. A big percentage of the APIs for front end, such as the capability APIs are common to Qlik Sense Enterprise on Windows and Qlik Sense SaaS.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Does pipeline stuff count as admin, i.e. do UI, moving data along&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; No, these will need to be performed with the javascript API or Engine API (JSON-RPC)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Is the qlik-cli only available in SaaS or also in an on premise environment?&lt;BR /&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The tool qlik-cli, provided by Qlik R&amp;amp;D is only available for SaaS environments.&lt;BR /&gt;There was a tool of the same name, and that is now renamed Qlik Cli for Windows, that can be used for Qlik Sense Enterprise on Windows.&lt;BR /&gt;This provides similar functionalities. However, please note that it is third-party and not supported by Qlik.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 May 2022 19:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Leveraging-APIs-on-Qlik-Sense-Enterprise-SaaS/ta-p/1767290</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-05-10T19:01:03Z</dc:date>
    </item>
  </channel>
</rss>

