<?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: Qlik Sense Mashup - URL for JSON request in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902555#M3142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;Thank you very much for your help! app.doReload() just worked for me!&lt;/P&gt;&lt;P&gt;Best, Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 07:25:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-27T07:25:20Z</dc:date>
    <item>
      <title>Qlik Sense Mashup - URL for JSON request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902552#M3139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I try to create a mashup application with QlikSense (Desktop). Now my question is, which URL I can use to send the JSON request to (for example 'method:doReload'). I know the workbench/Protocoltester tool. But I didn't find an URL where I can post the JSON-string to. Is it &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:4848/" rel="nofollow"&gt;http://localhost:4848/&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciate.&lt;/P&gt;&lt;P&gt;Best, Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902552#M3139</guid>
      <dc:creator />
      <dc:date>2015-04-24T12:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - URL for JSON request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902553#M3140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there exists several different APIs, when you are building your website you are leveraging the Mashup API.&lt;BR /&gt;The Protocol tester is to test the underlying Engine API which is our websocket protocol to communicate with the engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you don't need to construct your own message for a reload as that is part of the Mashup API.&lt;/P&gt;&lt;P&gt;You can have a look at the documentation over here, &lt;A href="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/doReload-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____9" title="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/doReload-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____9"&gt;https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/doReload-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in short just call app.doReload() which will return a promise.&lt;/P&gt;&lt;P&gt;If you need to act on the completion of a reload you can listen for when the promise resolves, app.doReload().then(function(reply) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(reply) //Success or Failure&lt;BR /&gt;})&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 18:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902553#M3140</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-04-24T18:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - URL for JSON request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902554#M3141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about your posted extension: &lt;A href="http://branch.qlik.com/projects/showthread.php?289-QSocks-Engine-API-wrapper" title="http://branch.qlik.com/projects/showthread.php?289-QSocks-Engine-API-wrapper"&gt;QSocks - Engine API wrapper &lt;/A&gt;? Can that help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aiham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902554#M3141</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-04-27T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - URL for JSON request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902555#M3142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;Thank you very much for your help! app.doReload() just worked for me!&lt;/P&gt;&lt;P&gt;Best, Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902555#M3142</guid>
      <dc:creator />
      <dc:date>2015-04-27T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - URL for JSON request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902556#M3143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you could think of the extension and mashup api as a abstraction layer on top of the Engine API which is our websocket protocol. So there won't be a url per se that you can post to like you would against a rest based api.&lt;/P&gt;&lt;P&gt;But in theory you could send a request over the already opened socket if you wanted to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a instance off the app class you should find it on app.model.session.socket.send() however as you don't have a great way of listening for the response it would be more for one off kind of messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 17:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902556#M3143</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-04-27T17:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - URL for JSON request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902557#M3144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I guess it could work, but it would open a new socket connection to the engine and then also consume an additional license unless you figure out a way to share the same session mark I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 17:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-URL-for-JSON-request/m-p/902557#M3144</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-04-27T17:25:36Z</dc:date>
    </item>
  </channel>
</rss>

