<?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: Advise on feasibility / where to start APIs in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1752712#M13374</link>
    <description>&lt;P&gt;It sounds to me like you are looking for a way to extract data from a Qlik Sense app using the APIs. Is that correct? In that case it's the engine-API you need to look into. It's not a REST API though. It's based on JSON RPC over websockets. If you're operating in the JavaScript world, then you probably want to look into using something like the enigma library:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And to extract data, you'll need to learn about hypercubes:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/Platform/Content/Sense_PlatformOverview/Concepts/Hypercubes.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/Platform/Content/Sense_PlatformOverview/Concepts/Hypercubes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;An example for using enigma to extract data from a hypercube can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/qlik-oss/enigma.js/blob/master/examples/data/hypercubes/hypercube-straight.js" target="_blank"&gt;https://github.com/qlik-oss/enigma.js/blob/master/examples/data/hypercubes/hypercube-straight.js&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 08:40:06 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2020-10-15T08:40:06Z</dc:date>
    <item>
      <title>Advise on feasibility / where to start APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1752428#M13371</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm completely new to the world of APIs so i wanted to check that my idea is actually possible first?&lt;/P&gt;&lt;P&gt;We have Qlik sense which we use for pulling data out of our SAP system and we also use another app called AwareIM for infromation flow on the shop floor. AwareIM has a feature where it can consumer RESTful services so I am thinking of doing the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create a API which contains a table of customer orders pulled from SAP in Qlik Sense (this will include columns such as part number, quanitity, due date)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Get the data via a REST connection and use it to update the data in the AwareIM software, using a primary key such as the customers order number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had a look at the developer tool and I'm a little confused on where to start so i was hoping someone could point me in the right direction?&lt;/P&gt;&lt;P&gt;I have made a qlik sense app which has the orderbook in a table, would this be the first step before i create the API?&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1752428#M13371</guid>
      <dc:creator>jhew1234</dc:creator>
      <dc:date>2024-11-16T01:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Advise on feasibility / where to start APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1752712#M13374</link>
      <description>&lt;P&gt;It sounds to me like you are looking for a way to extract data from a Qlik Sense app using the APIs. Is that correct? In that case it's the engine-API you need to look into. It's not a REST API though. It's based on JSON RPC over websockets. If you're operating in the JavaScript world, then you probably want to look into using something like the enigma library:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And to extract data, you'll need to learn about hypercubes:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/Platform/Content/Sense_PlatformOverview/Concepts/Hypercubes.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/Platform/Content/Sense_PlatformOverview/Concepts/Hypercubes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;An example for using enigma to extract data from a hypercube can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/qlik-oss/enigma.js/blob/master/examples/data/hypercubes/hypercube-straight.js" target="_blank"&gt;https://github.com/qlik-oss/enigma.js/blob/master/examples/data/hypercubes/hypercube-straight.js&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 08:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1752712#M13374</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-10-15T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Advise on feasibility / where to start APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1759276#M13509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124491"&gt;@jhew1234&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am a trainer on udemy for the same you can visit and take a look if it is helpful for you.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 11:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Advise-on-feasibility-where-to-start-APIs/m-p/1759276#M13509</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2020-11-06T11:08:46Z</dc:date>
    </item>
  </channel>
</rss>

