<?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: What do you think about Rest connections API with TOKEN? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120824#M19219</link>
    <description>&lt;P&gt;It depends if the REST API server you are calling wants to request as a GET or as a POST.&lt;/P&gt;
&lt;P&gt;Also, if the token has a short life, it's better to build the logic in your data load script as per the article so that it automatically requests a new token when expired.&lt;/P&gt;
&lt;P&gt;You can override the Qlik REST connection headers with the WITH CONNECTION statement in the script but you cannot override the method (GET/POST) so you need separate data connections created in Qlik Sense if you are using both methods.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 08:06:13 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2023-09-21T08:06:13Z</dc:date>
    <item>
      <title>What do you think about Rest connections API with TOKEN?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2119844#M19197</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I would like to Know your opinion about Rest connections, For me us a very ussufull tool for API connections, But I must admit that configure the ones that require “Token” is a nightmare to me, Specially the ones with security process “grant_type” “password” &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For some of the I have to use Postman to get the token&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorPablo007_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But never surrender We will find the way&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 07:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2119844#M19197</guid>
      <dc:creator>Pablo007</dc:creator>
      <dc:date>2023-09-19T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: What do you think about Rest connections API with TOKEN?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120807#M19217</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226547"&gt;@Pablo007&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you need to build the logic to fetch the token into your data load script similar to what is done in this article:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Using-REST-Connector-with-OAuth2-against-Microsoft-Dynamics-365/ta-p/1928449" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Using-REST-Connector-with-OAuth2-against-Microsoft-Dynamics-365/ta-p/1928449&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please go through the article and see if that answers your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 07:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120807#M19217</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2023-09-21T07:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: What do you think about Rest connections API with TOKEN?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120813#M19218</link>
      <description>&lt;P&gt;Hi Damien,&lt;/P&gt;
&lt;P&gt;Thanks a lot for the help,&amp;nbsp; the post is great,&amp;nbsp; for the part two I had solved it already,&amp;nbsp; I get the Token form postman and paste it on Qlik script to get the Json with the info needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reading the article maybe the problem is that the API builder has done it GET and Not POST,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you think about it?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 07:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120813#M19218</guid>
      <dc:creator>Pablo007</dc:creator>
      <dc:date>2023-09-21T07:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: What do you think about Rest connections API with TOKEN?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120824#M19219</link>
      <description>&lt;P&gt;It depends if the REST API server you are calling wants to request as a GET or as a POST.&lt;/P&gt;
&lt;P&gt;Also, if the token has a short life, it's better to build the logic in your data load script as per the article so that it automatically requests a new token when expired.&lt;/P&gt;
&lt;P&gt;You can override the Qlik REST connection headers with the WITH CONNECTION statement in the script but you cannot override the method (GET/POST) so you need separate data connections created in Qlik Sense if you are using both methods.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 08:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/What-do-you-think-about-Rest-connections-API-with-TOKEN/m-p/2120824#M19219</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2023-09-21T08:06:13Z</dc:date>
    </item>
  </channel>
</rss>

