<?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 Data From Qlick Using API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2526105#M22399</link>
    <description>&lt;P&gt;I think the solution you are looking for depends on how you are going to consume the data. If you want to export the contents of a particular visualization, then you can do so using the "reports" REST API (&lt;A href="https://qlik.dev/apis/rest/reports/" target="_blank"&gt;https://qlik.dev/apis/rest/reports/&lt;/A&gt;). Here are examples of using that API in C# to export a visualization to both Excel and PDF:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportExcel" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportExcel&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportPdf" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportPdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But if you you want to stream the data to JSON format, then you'll need to go through the Engine API which is based on JSON-RPC over websockets. This project contains examples of how to use the "hypercube" concept in the engine to extract data:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage" target="_blank"&gt;https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are libraries for interacting with the engine API available in both JavaScript and .NET, but if you want an introduction to how that API works, then this series of blog posts can be a place to start:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/Dissecting-the-Engine-API-Part-5-Multiple-Hypercube-Dimensions/ba-p/1841618" target="_blank"&gt;https://community.qlik.com/t5/Design/Dissecting-the-Engine-API-Part-5-Multiple-Hypercube-Dimensions/ba-p/1841618&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2025 08:20:27 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2025-08-04T08:20:27Z</dc:date>
    <item>
      <title>Get Data From Qlick Using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2525083#M22378</link>
      <description>&lt;P data-start="187" data-end="212"&gt;I hope you’re doing well.&lt;/P&gt;
&lt;P data-start="214" data-end="519"&gt;I’ve been exploring the Qlik REST API documentation (&lt;A class="" href="https://qlik.dev/apis/rest/" target="_new" rel="noopener" data-start="267" data-end="294"&gt;https://qlik.dev/apis/rest/&lt;/A&gt;) but haven’t found what I need regarding extracting data specifically from the screen shown in the attached screenshot. My objective is to build an API that can capture these on-screen details and output them in JSON format.&lt;/P&gt;
&lt;P data-start="521" data-end="550"&gt;Could you please let me know:&lt;/P&gt;
&lt;UL data-start="552" data-end="953"&gt;
&lt;LI data-start="552" data-end="699"&gt;
&lt;P data-start="554" data-end="699"&gt;If there are any &lt;STRONG data-start="571" data-end="588"&gt;API endpoints&lt;/STRONG&gt; or &lt;STRONG data-start="592" data-end="607"&gt;SDK methods&lt;/STRONG&gt; that support extraction of screen or sheet-level data (beyond raw app or dataset metadata)?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="700" data-end="865"&gt;
&lt;P data-start="702" data-end="865"&gt;Any &lt;STRONG data-start="706" data-end="731"&gt;example code snippets&lt;/STRONG&gt;—whether REST, QIX Engine API (WebSocket based), or SDK usage—that demonstrate retrieval of chart/sheet content or layout information.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="866" data-end="953"&gt;
&lt;P data-start="868" data-end="953"&gt;Links to additional &lt;STRONG data-start="888" data-end="905"&gt;documentation&lt;/STRONG&gt;, guides, or samples that address this use case.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="955" data-end="1044"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="L_CareIntelligence_0-1753275497898.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182290i8CD040C58BE60D4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="L_CareIntelligence_0-1753275497898.png" alt="L_CareIntelligence_0-1753275497898.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your time and help! Any direction or pointers would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 13:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2525083#M22378</guid>
      <dc:creator>L_CareIntelligence</dc:creator>
      <dc:date>2025-07-23T13:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get Data From Qlick Using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2525104#M22379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/345642"&gt;@L_CareIntelligence&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think the Enigma.js library will allow you to do that:&lt;BR /&gt;&lt;A href="https://qlik.dev/toolkits/enigma-js/" target="_blank"&gt;https://qlik.dev/toolkits/enigma-js/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 15:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2525104#M22379</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-07-23T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get Data From Qlick Using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2525136#M22381</link>
      <description>&lt;P&gt;This repo has an example of traversing sheets and sheet objects using the SDK.:&amp;nbsp;&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;See companion SDK documentation here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/GettingStarted/Getting-Started-Steps.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/GettingStarted/Getting-Started-Steps.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your first task is to spell "Qlik" correctly. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 00:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2525136#M22381</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-07-24T00:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get Data From Qlick Using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2526105#M22399</link>
      <description>&lt;P&gt;I think the solution you are looking for depends on how you are going to consume the data. If you want to export the contents of a particular visualization, then you can do so using the "reports" REST API (&lt;A href="https://qlik.dev/apis/rest/reports/" target="_blank"&gt;https://qlik.dev/apis/rest/reports/&lt;/A&gt;). Here are examples of using that API in C# to export a visualization to both Excel and PDF:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportExcel" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportExcel&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportPdf" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/ExamplesQcs/ExportPdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But if you you want to stream the data to JSON format, then you'll need to go through the Engine API which is based on JSON-RPC over websockets. This project contains examples of how to use the "hypercube" concept in the engine to extract data:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage" target="_blank"&gt;https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are libraries for interacting with the engine API available in both JavaScript and .NET, but if you want an introduction to how that API works, then this series of blog posts can be a place to start:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/Dissecting-the-Engine-API-Part-5-Multiple-Hypercube-Dimensions/ba-p/1841618" target="_blank"&gt;https://community.qlik.com/t5/Design/Dissecting-the-Engine-API-Part-5-Multiple-Hypercube-Dimensions/ba-p/1841618&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 08:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-From-Qlick-Using-API/m-p/2526105#M22399</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2025-08-04T08:20:27Z</dc:date>
    </item>
  </channel>
</rss>

