<?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 using API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-using-API/m-p/2471868#M20965</link>
    <description>&lt;P&gt;It looks that you have tested already the REST API&amp;nbsp; in Postman. For me this is usually the hardest part.&lt;/P&gt;
&lt;P&gt;Once you have a functional Postman test, go to Script Editor, create a new connection, select REST API (by the way, it works the same also with SOAP API) then fill in the following wizard form the connection details, similar to Postman.&lt;/P&gt;
&lt;P&gt;After successfully testing and choosing a connection name, press SAVE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A new connection will be defined in the right panel.&lt;/P&gt;
&lt;P&gt;Press on select table button next under the connection, a new wizard starts, activate the checkboxes for all the data hierarchy on the left, inspect results on the right, then press insert script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=&amp;gt; All the loads plus previous connect are already inserted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reload script and it's done.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Afterwards you can decide if some of the secondary loads can be dropped&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you can use $(variable) to create more dynamic calls.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even expand using WITH CONNECTION (very powerful for dynamics calls l!)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jul 2024 09:20:44 GMT</pubDate>
    <dc:creator>cotiso_hanganu</dc:creator>
    <dc:date>2024-07-20T09:20:44Z</dc:date>
    <item>
      <title>Get Data using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-using-API/m-p/2471824#M20964</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am new in Qlik Sense, I need a help from the community.&lt;/P&gt;
&lt;P&gt;I have JSON API and I want to get data by using API REST in Qlik, I never use API in Qlik.&lt;/P&gt;
&lt;P&gt;Help me out how it is possible to get data, share any video link or a tutorial for help to achieve this.&lt;/P&gt;
&lt;P&gt;Under is the JSON API&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"info": {&lt;BR /&gt;"_postman_id": "762a635f-ab3e-4068-a79f-379c68b7fe91",&lt;BR /&gt;"name": "ObjectTest",&lt;BR /&gt;"schema": "&lt;A href="https://schema.getpostman.com/json/collection/v2.1.0/collection.json" target="_blank"&gt;https://schema.getpostman.com/json/collection/v2.1.0/collection.json&lt;/A&gt;"&lt;BR /&gt;},&lt;BR /&gt;"item": [&lt;BR /&gt;{&lt;BR /&gt;"name": "SalesEvent1",&lt;BR /&gt;"request": {&lt;BR /&gt;"auth": {&lt;BR /&gt;"type": "basic",&lt;BR /&gt;"basic": [&lt;BR /&gt;{&lt;BR /&gt;"key": "password",&lt;BR /&gt;"value": "*****",&lt;BR /&gt;"type": "string"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "username",&lt;BR /&gt;"value": "*****",&lt;BR /&gt;"type": "string"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"method": "GET",&lt;BR /&gt;"header": [],&lt;BR /&gt;"url": {&lt;BR /&gt;"raw": "http://*****/DashboardAPI/api/data/SalesEvent1",&lt;BR /&gt;"protocol": "http",&lt;BR /&gt;"host": [&lt;BR /&gt;"*****"&lt;BR /&gt;],&lt;BR /&gt;"port": "*****",&lt;BR /&gt;"path": [&lt;BR /&gt;"DashboardAPI",&lt;BR /&gt;"api",&lt;BR /&gt;"data",&lt;BR /&gt;"SalesEvent1"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"response": []&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"name": "SalesEvent2",&lt;BR /&gt;"request": {&lt;BR /&gt;"auth": {&lt;BR /&gt;"type": "basic",&lt;BR /&gt;"basic": [&lt;BR /&gt;{&lt;BR /&gt;"key": "password",&lt;BR /&gt;"value": "*****",&lt;BR /&gt;"type": "string"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "username",&lt;BR /&gt;"value": "*****",&lt;BR /&gt;"type": "string"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"method": "GET",&lt;BR /&gt;"header": [],&lt;BR /&gt;"url": {&lt;BR /&gt;"raw": "http://*****/DashboardAPI/api/data/SalesEvent2",&lt;BR /&gt;"protocol": "http",&lt;BR /&gt;"host": [&lt;BR /&gt;"*****"&lt;BR /&gt;],&lt;BR /&gt;"port": "*****",&lt;BR /&gt;"path": [&lt;BR /&gt;"DashboardAPI",&lt;BR /&gt;"api",&lt;BR /&gt;"data",&lt;BR /&gt;"SalesEvent2"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"response": []&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"name": "SalesEvent3",&lt;BR /&gt;"request": {&lt;BR /&gt;"auth": {&lt;BR /&gt;"type": "basic",&lt;BR /&gt;"basic": [&lt;BR /&gt;{&lt;BR /&gt;"key": "password",&lt;BR /&gt;"value": "*****",&lt;BR /&gt;"type": "string"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "username",&lt;BR /&gt;"value": "*****",&lt;BR /&gt;"type": "string"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"method": "GET",&lt;BR /&gt;"header": [],&lt;BR /&gt;"url": {&lt;BR /&gt;"raw": "http://*****/DashboardAPI/api/data/SalesEvent3",&lt;BR /&gt;"protocol": "http",&lt;BR /&gt;"host": [&lt;BR /&gt;"*****"&lt;BR /&gt;],&lt;BR /&gt;"port": "*****",&lt;BR /&gt;"path": [&lt;BR /&gt;"DashboardAPI",&lt;BR /&gt;"api",&lt;BR /&gt;"data",&lt;BR /&gt;"SalesEvent3"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"response": []&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 18:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-using-API/m-p/2471824#M20964</guid>
      <dc:creator>aghabdurauf</dc:creator>
      <dc:date>2024-07-19T18:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Data using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-using-API/m-p/2471868#M20965</link>
      <description>&lt;P&gt;It looks that you have tested already the REST API&amp;nbsp; in Postman. For me this is usually the hardest part.&lt;/P&gt;
&lt;P&gt;Once you have a functional Postman test, go to Script Editor, create a new connection, select REST API (by the way, it works the same also with SOAP API) then fill in the following wizard form the connection details, similar to Postman.&lt;/P&gt;
&lt;P&gt;After successfully testing and choosing a connection name, press SAVE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A new connection will be defined in the right panel.&lt;/P&gt;
&lt;P&gt;Press on select table button next under the connection, a new wizard starts, activate the checkboxes for all the data hierarchy on the left, inspect results on the right, then press insert script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=&amp;gt; All the loads plus previous connect are already inserted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reload script and it's done.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Afterwards you can decide if some of the secondary loads can be dropped&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you can use $(variable) to create more dynamic calls.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even expand using WITH CONNECTION (very powerful for dynamics calls l!)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 09:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-Data-using-API/m-p/2471868#M20965</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2024-07-20T09:20:44Z</dc:date>
    </item>
  </channel>
</rss>

