<?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: How to get a list of object IDs in each dashboard sheet using REST Api Call for later? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857262#M15858</link>
    <description>&lt;P&gt;I'm not familiar with that technology, so I can help you there.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 16:17:54 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2021-11-09T16:17:54Z</dc:date>
    <item>
      <title>How to get a list of object IDs in each dashboard sheet using REST Api Call for later?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857097#M15852</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;we are going to use Boomi as iPaaS to connect to Qlik Sense REST Api using the link below to loop over all available apps in different spaces. what we really want to accomplish is to get a list of object IDs within each sheet of these dashboards to keep in a place for later to be downloaded automatically.&lt;/P&gt;
&lt;P&gt;we are not using any JS libraries, we are just working with the REST API endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://tenant.qlikcloud.com/api/v1/items?spaceId=60424e394393760001270ac6&amp;amp;resourceType=app,qvapp,qlikview&amp;amp;noActions=true" target="_blank"&gt;https://tenant.qlikcloud.com/api/v1/items?spaceId=604...&amp;amp;resourceType=app,qvapp,qlikview&amp;amp;noActions=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 12:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857097#M15852</guid>
      <dc:creator>data_engineer</dc:creator>
      <dc:date>2021-11-09T12:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of object IDs in each dashboard sheet using REST Api Call for later?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857110#M15853</link>
      <description>&lt;P&gt;The REST API won't get you this type of information. You'll have to go through the engine API to access app content information like that. That implies using websockets.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 13:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857110#M15853</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-11-09T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of object IDs in each dashboard sheet using REST Api Call for later?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857115#M15854</link>
      <description>&lt;P&gt;so in other meanings, we need to build the API on qlik sense and then use the link on the iPaaS ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 13:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857115#M15854</guid>
      <dc:creator>data_engineer</dc:creator>
      <dc:date>2021-11-09T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of object IDs in each dashboard sheet using REST Api Call for later?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857250#M15856</link>
      <description>&lt;P&gt;Well, to access information about which objects are in which sheet, you'll have to go through the engine API which is based on websockets, not REST. You'll find documentation for this API here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlik.dev/apis/json-rpc/qix" target="_blank"&gt;https://qlik.dev/apis/json-rpc/qix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are a number of libraries available for you to simplify the interaction with this API, like enigma (&lt;A href="https://qlik.dev/apis/javascript/enigmajs" target="_blank"&gt;https://qlik.dev/apis/javascript/enigmajs&lt;/A&gt;) for JavaScript, and the .NET SDK (&lt;A href="https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/NetSDKAPIref/Content/Home.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/NetSDKAPIref/Content/Home.htm&lt;/A&gt;) for .NET languages such as C#.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 15:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857250#M15856</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-11-09T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of object IDs in each dashboard sheet using REST Api Call for later?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857251#M15857</link>
      <description>&lt;P&gt;so it's not possible to use Boomi&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 15:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857251#M15857</guid>
      <dc:creator>data_engineer</dc:creator>
      <dc:date>2021-11-09T15:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of object IDs in each dashboard sheet using REST Api Call for later?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857262#M15858</link>
      <description>&lt;P&gt;I'm not familiar with that technology, so I can help you there.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 16:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-a-list-of-object-IDs-in-each-dashboard-sheet-using/m-p/1857262#M15858</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-11-09T16:17:54Z</dc:date>
    </item>
  </channel>
</rss>

