<?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: REST Connection with No Content in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2145654#M13090</link>
    <description>&lt;P&gt;Are you sure that the API call in the connection is working corretly? What does the documentation say it should return?&lt;/P&gt;
&lt;P&gt;Try calling that same API endpoint with a tool such as &lt;A href="https://www.postman.com/" target="_blank" rel="noopener"&gt;Postman&lt;/A&gt; and examine the results. Compare it to another REST call you are performing and Qlik Sense and see what that returns. Then work your way up from there.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 08:57:34 GMT</pubDate>
    <dc:creator>steeefan</dc:creator>
    <dc:date>2023-12-08T08:57:34Z</dc:date>
    <item>
      <title>REST Connection with No Content</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2145562#M13088</link>
      <description>&lt;P&gt;I have created a data connection in Qlik Sense using the REST connection. The purpose of the connection is to perform a "logout" to invalidate the login token. But the response from the REST API is without any content. Due to this, I cannot "execute" the API call in QS. (Since it require me to select something to generate the script)&lt;/P&gt;
&lt;P&gt;What can I do?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 02:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2145562#M13088</guid>
      <dc:creator>KHSDM</dc:creator>
      <dc:date>2023-12-08T02:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connection with No Content</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2145654#M13090</link>
      <description>&lt;P&gt;Are you sure that the API call in the connection is working corretly? What does the documentation say it should return?&lt;/P&gt;
&lt;P&gt;Try calling that same API endpoint with a tool such as &lt;A href="https://www.postman.com/" target="_blank" rel="noopener"&gt;Postman&lt;/A&gt; and examine the results. Compare it to another REST call you are performing and Qlik Sense and see what that returns. Then work your way up from there.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 08:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2145654#M13090</guid>
      <dc:creator>steeefan</dc:creator>
      <dc:date>2023-12-08T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connection with No Content</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2152311#M13106</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm connecting to a BMC system using the REST API. Here is the documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.bmc.com/docs/ars1902/authentication-and-permissions-in-the-rest-api-847208964.html" target="_blank"&gt;Authentication and permissions in the REST API - Documentation for Remedy Action Request System 19.02 - BMC Documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The response is&amp;nbsp;HTTP/1.1 204 No Content.&lt;/P&gt;
&lt;P&gt;I've tested it in Insonmia (similar REST client as Postman), and the API works. (The token will be released and cannot be used again for other API calls) Below is the result.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KT1QtWu32s.png" style="width: 474px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125305i4CEDFDD94A34BADD/image-size/large?v=v2&amp;amp;px=999" role="button" title="KT1QtWu32s.png" alt="KT1QtWu32s.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 06:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2152311#M13106</guid>
      <dc:creator>KHSDM</dc:creator>
      <dc:date>2023-12-13T06:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connection with No Content</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2152337#M13107</link>
      <description>&lt;P&gt;What about creating a call to an endpoint from the same API, then changing the created code to call to the endpoint you actually want to connect to, using sth. like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LIB CONNECT TO 'Invalidate Token';

RestConnectorMasterTable:
SQL SELECT 
  1 AS ReturnValue
FROM
  JSON (wrap on) "root" PK "__KEY_root";&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 07:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connection-with-No-Content/m-p/2152337#M13107</guid>
      <dc:creator>steeefan</dc:creator>
      <dc:date>2023-12-13T07:31:36Z</dc:date>
    </item>
  </channel>
</rss>

