<?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 How can I use the Qlik Sense Engine API to send a POST request, specifically for the 'SendGenericCommandToCustomConnector' operation within the Custom in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152013#M19600</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I'm currently working on invoking my RESTful POST API through the Qlik Sense Engine API, but I'm encountering difficulties in making the call. Oddly enough, when I save the Data Connection or perform a connection test using the Data Connection Editor, the API is successfully invoked.&lt;/P&gt;
&lt;P&gt;I'm puzzled by the fact that despite these successful tests, I'm receiving a somewhat ambiguous "select ..." message when attempting the call directly through the Qlik Sense Engine API. Any insights into what might be going wrong in my approach would be greatly appreciated.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
	"handle": 1,
	"method": "SendGenericCommandToCustomConnector",
	"params": {
		"qProvider": "QvRestConnector.exe",
		"qCommand": "GetCustomCaption",
		"qMethod": "POST",
		"qParameters": [
		],
		"qAppendConnection": "Connection Name"
	}
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;{
	"jsonrpc": "2.0",
	"id": 46,
	"delta": true,
	"result": {
		"qResult": "Select..."
	}
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 13:20:03 GMT</pubDate>
    <dc:creator>christianborg</dc:creator>
    <dc:date>2023-12-12T13:20:03Z</dc:date>
    <item>
      <title>How can I use the Qlik Sense Engine API to send a POST request, specifically for the 'SendGenericCommandToCustomConnector' operation within the Custom</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152013#M19600</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I'm currently working on invoking my RESTful POST API through the Qlik Sense Engine API, but I'm encountering difficulties in making the call. Oddly enough, when I save the Data Connection or perform a connection test using the Data Connection Editor, the API is successfully invoked.&lt;/P&gt;
&lt;P&gt;I'm puzzled by the fact that despite these successful tests, I'm receiving a somewhat ambiguous "select ..." message when attempting the call directly through the Qlik Sense Engine API. Any insights into what might be going wrong in my approach would be greatly appreciated.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
	"handle": 1,
	"method": "SendGenericCommandToCustomConnector",
	"params": {
		"qProvider": "QvRestConnector.exe",
		"qCommand": "GetCustomCaption",
		"qMethod": "POST",
		"qParameters": [
		],
		"qAppendConnection": "Connection Name"
	}
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;{
	"jsonrpc": "2.0",
	"id": 46,
	"delta": true,
	"result": {
		"qResult": "Select..."
	}
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 13:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152013#M19600</guid>
      <dc:creator>christianborg</dc:creator>
      <dc:date>2023-12-12T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Qlik Sense Engine API to send a POST request, specifically for the 'SendGenericCommandToCustomConnector' operation within the Cu</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152207#M19603</link>
      <description>&lt;P&gt;What are you trying to do with the connection?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 19:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152207#M19603</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-12T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Qlik Sense Engine API to send a POST request, specifically for the 'SendGenericCommandToCustomConnector' operation within the Cu</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152230#M19604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data connection calls a Rest API that uses a POST method to insert a record in a database.&lt;/P&gt;
&lt;P&gt;I would like to call that data connection using such&amp;nbsp;&lt;SPAN&gt;SendGenericCommandToCustomConnector API and ideally change the request body accordingly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 20:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152230#M19604</guid>
      <dc:creator>christianborg</dc:creator>
      <dc:date>2023-12-12T20:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Qlik Sense Engine API to send a POST request, specifically for the 'SendGenericCommandToCustomConnector' operation within the Cu</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152278#M19605</link>
      <description>&lt;P&gt;I'm not sure you are travelling the right path here.&amp;nbsp; If you want to POST to the REST endpoint to insert a record, just use http to POST to the endpoint directly, the connection is not required.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could assume you have a reason for wanting to use the connector, because it perhaps holds some parameters you want to use. Maybe you are just trying to invoke the "Test Connection" against this connection.&lt;/P&gt;
&lt;P&gt;"qMethod" is not an HTTP method like POST. It is a method name defined in the connector. qMethod is used when the qCommand is JsonRequest.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use browser devtools to examine the websocket traffic.&amp;nbsp; The request from the "Test connection" button would generate a qCommand: "JsonRequest" and qMethod: "testConnection".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 15:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-use-the-Qlik-Sense-Engine-API-to-send-a-POST-request/m-p/2152278#M19605</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-13T15:45:41Z</dc:date>
    </item>
  </channel>
</rss>

