<?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: Qliksense QRS APi in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817349#M15145</link>
    <description>&lt;P&gt;Do you mean the app load scripts? This you will have to get through the engine API:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/APIs/EngineAPI/services-Doc-GetScript.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/APIs/EngineAPI/services-Doc-GetScript.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 13:02:11 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2021-06-23T13:02:11Z</dc:date>
    <item>
      <title>Qliksense QRS APi</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817056#M15130</link>
      <description>&lt;P&gt;Is there a qrs api for the extraction of Qliksense Scripts? I am trying to extract all application scripts to text documents so that I can search over them using python to extract the from statements. This will allow me to isolate app dependencies to make schedule building easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 15:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817056#M15130</guid>
      <dc:creator>BAMPaulP</dc:creator>
      <dc:date>2021-06-22T15:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense QRS APi</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817349#M15145</link>
      <description>&lt;P&gt;Do you mean the app load scripts? This you will have to get through the engine API:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/APIs/EngineAPI/services-Doc-GetScript.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/APIs/EngineAPI/services-Doc-GetScript.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 13:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817349#M15145</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-06-23T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense QRS APi</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817372#M15146</link>
      <description>&lt;P&gt;I looked at that, the issue is that the documentation is so sparse, I haven't been able to get it working in practice. Do you&amp;nbsp; have any examples of how one would put it into practice.&amp;nbsp; Normal API documentation will give you the url structure for a web call, this documentation does not.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 13:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817372#M15146</guid>
      <dc:creator>BAMPaulP</dc:creator>
      <dc:date>2021-06-23T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense QRS APi</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817376#M15147</link>
      <description>&lt;P&gt;To call engine endpoints you need to setup a websocket connection to the engine. The API is based on JSON-RPC and you can find some introduction to that here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Let-s-Dissect-the-Qlik-Engine-API-Part-1-RPC-Basics/ba-p/1734116" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Let-s-Dissect-the-Qlik-Engine-API-Part-1-RPC-Basics/ba-p/1734116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But typically people use predefined libraries for this access such as enigma for javascript or the .NET SDK for C#:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-Sdk-Intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-Sdk-Intro.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A simple example for connecting using C# can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples/blob/master/ConnectServerNTLM/ConnectServerNTLM/Program.cs" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples/blob/master/ConnectServerNTLM/ConnectServerNTLM/Program.cs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 13:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817376#M15147</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-06-23T13:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense QRS APi</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817403#M15148</link>
      <description>&lt;P&gt;Thanks, for others the package I will be using is websockets. This is a python package. I will be using NTLM to create the session authorization.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 14:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-QRS-APi/m-p/1817403#M15148</guid>
      <dc:creator>BAMPaulP</dc:creator>
      <dc:date>2021-06-23T14:25:32Z</dc:date>
    </item>
  </channel>
</rss>

