<?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: Get object data using REST API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1696888#M12666</link>
    <description>&lt;P&gt;You could do this with a custom connector. For example&amp;nbsp;&lt;A href="https://github.com/q2g/q2g-con-hypercube-qvx" target="_blank"&gt;https://github.com/q2g/q2g-con-hypercube-qvx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or such a function could be added to this SSE&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/RobWunderlich/qcb-qlik-sse" target="_blank"&gt;https://github.com/RobWunderlich/qcb-qlik-sse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 02:43:52 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2020-04-27T02:43:52Z</dc:date>
    <item>
      <title>Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690687#M12576</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was wondering whether anyone knows how I can possibly get the value of a KPI object in a Qlik Sense sheet using a REST API? I have certificates to make calls to the Qlik server, but not sure where to go from there. I know NPrinting can get the existing Qlik Sense object information by using certificates to connect, but at the moment it is pretty much black magic to me. Ideally I would like to use a KPI object’s ID in an API request to Qlik and get the value of that object as a returned value. If anyone is able to give me some pointers, I would greatly appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Stay safe!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mauritz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 09:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690687#M12576</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-04-03T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690742#M12578</link>
      <description>&lt;P&gt;You'll need to go through the engine API to get that type of information.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 12:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690742#M12578</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-04-03T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690747#M12579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for the reply. Do you have any steps or documentation that can help with that? And will it eventually be possible to get the information using REST (even if there are some added steps)?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 12:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690747#M12579</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-04-03T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690810#M12580</link>
      <description>&lt;P&gt;No, you won't be able to get this information through REST. The engine API is based on websockets. The exact steps for doing such accesses will depend on what technology you use (javascript or C# are the most common languages I guess). Examples on how to connect to Qlik Sense using C# can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But you should probably read up a little on the engine API in general if you want to move in that direction. Information can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 14:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690810#M12580</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-04-03T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690876#M12582</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;. I'll have a look and see what I can put together. I'll keep this thread open in case someone has any more suggestions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 19:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1690876#M12582</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-04-03T19:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1696888#M12666</link>
      <description>&lt;P&gt;You could do this with a custom connector. For example&amp;nbsp;&lt;A href="https://github.com/q2g/q2g-con-hypercube-qvx" target="_blank"&gt;https://github.com/q2g/q2g-con-hypercube-qvx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or such a function could be added to this SSE&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/RobWunderlich/qcb-qlik-sse" target="_blank"&gt;https://github.com/RobWunderlich/qcb-qlik-sse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 02:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1696888#M12666</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-04-27T02:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get object data using REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1696935#M12668</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;Thanks for the suggestion. I am very eager to start exploring SSEs for Python integration and will definitely check this out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-object-data-using-REST-API/m-p/1696935#M12668</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-04-27T07:05:45Z</dc:date>
    </item>
  </channel>
</rss>

