<?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>idea Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1760479#M4200</link>
    <description>&lt;P&gt;I absolutely agree.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having native Qlik Rest connector supporting all methods (GET, POST, PATCH, PUT DELETE..) would allow for cleaner solutions to be built. One example:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I could have Qlik Sense app which reads all required settings from spreadsheet and creates for me using Repository API everything what I currently need to create in QMC being Streams, Security Rules, Custom rules etc... I know that to create most of those I only need POST method but then I am unable to update anything as PUT method is missing.&lt;/LI&gt;&lt;LI&gt;I could have scripts cleaning shared content library&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I could have script updating apps (app descriptions coming from external sources and not hardcoded)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This could open a much wider doors for framework using just a built in tools like Qlik Sense script and nothing more.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2020 21:16:04 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2020-11-10T21:16:04Z</dc:date>
    <item>
      <title>Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idi-p/1749437</link>
      <description>&lt;P&gt;As of Qlik Sense Enterprise on Windows September 2020, only GET and POST methods are supported in the REST connector.&amp;nbsp;&lt;BR /&gt;That's limiting when using REST APIs out there, to say the least.&lt;/P&gt;
&lt;P&gt;It should be possible to do a DELETE call to a REST API when needed, or a PUT or a DELETE or... you get the point.&amp;nbsp;&lt;BR /&gt;Without these methods it's hard or impossible to create QSEoW-driven integrations with other systems.&lt;/P&gt;
&lt;P&gt;I know, there's a possible workaround via using a http header "X-HTTP-Method-Override" to convince the API to use a specific http method, even if the call is coming in as a POST.&amp;nbsp;&lt;BR /&gt;That's very much a hack though, and lots of REST APIs don't support that http header.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 17:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idi-p/1749437</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2020-10-05T17:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1760479#M4200</link>
      <description>&lt;P&gt;I absolutely agree.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having native Qlik Rest connector supporting all methods (GET, POST, PATCH, PUT DELETE..) would allow for cleaner solutions to be built. One example:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I could have Qlik Sense app which reads all required settings from spreadsheet and creates for me using Repository API everything what I currently need to create in QMC being Streams, Security Rules, Custom rules etc... I know that to create most of those I only need POST method but then I am unable to update anything as PUT method is missing.&lt;/LI&gt;&lt;LI&gt;I could have scripts cleaning shared content library&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I could have script updating apps (app descriptions coming from external sources and not hardcoded)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This could open a much wider doors for framework using just a built in tools like Qlik Sense script and nothing more.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 21:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1760479#M4200</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-11-10T21:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1763401#M4360</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your feedback on further improvement in this connector. While this is something clearly useful, this is not in the short-term roadmap. Please show your support for this idea by clicking on the "like" button.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 22:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1763401#M4360</guid>
      <dc:creator>P-O_Davidson</dc:creator>
      <dc:date>2020-11-20T22:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1763585#M4371</link>
      <description>&lt;P&gt;Thanks for an update&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127069"&gt;@P-O_Davidson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is really bad news. Since Qlik Sense APIs dont support&amp;nbsp;&lt;SPAN&gt; "X-HTTP-Method-Override" header we will not be able to use Qlik scripts to automate things which currently need to be done manually. This also means that a lot of automation which can be done purely with out of the box Qlik Sense setup and familiar to every Qlik developer qlik load scripts cannot be achieved in the future.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my opinion it is a very poor design: provide us with a product which you can automate with APIs, but product itself cannot be used for that automation - awkward, isn't it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now imagine situation where you go to client and you speak to the client who asks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;can we use "API" to change properties in Qlik Sense repository?&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;your answer: yes, sure - there is Rest API support&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;ohh.... so we can use rest connector to do that?&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;our answer: &amp;nbsp;no, sorry - rest connector in Qlik Sense is very limited and only supports 40% of &amp;nbsp;restfull methods (GET and POST only)&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;awkward silence&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Someone up there at Qlik should realy reconsider (either allow for&amp;nbsp;&lt;SPAN&gt;"X-HTTP-Method-Override" is Qlik APIs or develop rest connector to support remaining methods)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 06:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1763585#M4371</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-11-23T06:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1764339#M4398</link>
      <description>&lt;P&gt;Much needed! I totally agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;comments about the "client situation".&lt;/P&gt;&lt;P&gt;The fact that f.ex. QRS API does not accept&amp;nbsp;&lt;SPAN&gt;X-HTTP-Method-Override is just ..... (so .... that I just created an idea -&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/Accept-quot-X-HTTP-Method-Override-quot-in-QRS-API/idi-p/1764344" target="_blank"&gt;https://community.qlik.com/t5/Ideas/Accept-quot-X-HTTP-Method-Override-quot-in-QRS-API/idi-p/1764344&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Im aware that there are far better tools to use when you want to "talk" to QRS (and any other API) but the Qlik world is still full of qlik developers and not node/python developers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1764339#M4398</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-11-25T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1779875#M4916</link>
      <description>&lt;P&gt;Just to note that DELETE, PUT, PATCH and FILE (as well as GET and POST) are available in the (now-free) Qlik Web Connectors. I know it's not built-in but at least it's a supported way of doing it in a Qlik-provided product...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1779875#M4916</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2021-02-03T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1779984#M4920</link>
      <description>&lt;P&gt;good news&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18018"&gt;@AlexOmetis&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I may test and see if it can be uselful with Qlik Repository API...&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 21:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1779984#M4920</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-02-03T21:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1803205#M6035</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I just wanted to bulk rename taks with script... Damien from support gave me a nice example of a powershell script using the QRS Api but since the method was "Put", I cannot translated it in Qlik Sense script.&lt;BR /&gt;&lt;BR /&gt;Very, very frustrating.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 15:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/1803205#M6035</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2021-04-27T15:35:55Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/2113659#M15279</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/279019" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 13:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/2113659#M15279</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-09-05T13:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Support full range of HTTP methods (PUT, DELETE, UPDATE etc) in REST connector - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/2113660#M15280</link>
      <description />
      <pubDate>Tue, 05 Sep 2023 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Support-full-range-of-HTTP-methods-PUT-DELETE-UPDATE-etc-in-REST/idc-p/2113660#M15280</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-09-05T13:16:32Z</dc:date>
    </item>
  </channel>
</rss>

