<?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: Getting app object metadata via REST API in Qlik Cloud in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2508859#M3163</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have a requirement like in one of the Qlik sense app that has been migrated from client managed I need to fetch both private sheets and private bookmarks from this to cross verify whether all the objects were migrated correctly or not , as a tenant admin I will be able to see public and community content but not the private content?&lt;/P&gt;
&lt;P&gt;Any suggestions would be highly appreciated on this.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
    <pubDate>Sat, 08 Mar 2025 04:13:35 GMT</pubDate>
    <dc:creator>Raju_6952</dc:creator>
    <dc:date>2025-03-08T04:13:35Z</dc:date>
    <item>
      <title>Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2160668#M1724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the company that I work at, we've got many extensions and I want to get rid of most of them. To do that, I'd need first to check which dashboards they are used in.&lt;/P&gt;
&lt;P&gt;I couldn't find it in&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I've seen there's an application "Extension Usage Dashboard-master" but unfortunately doesn't seem to be compatible with Qlik Cloud&lt;/P&gt;
&lt;P&gt;Any clue? Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 22:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2160668#M1724</guid>
      <dc:creator>dmnab1</dc:creator>
      <dc:date>2025-03-19T22:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2160727#M1725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210232"&gt;@dmnab1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This is a great question, and one that is a bit nuanced and evolving. Here is some information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Object metadata is not&amp;nbsp;&lt;EM&gt;yet&lt;/EM&gt; available RESTfully. This is in active development, but is not yet there. Being able to RESTfully get and set scripts was phase 1 and that has been implemented.&lt;/LI&gt;
&lt;LI&gt;Object metadata can be fetched via the Engine, and there are many ways of doing that (Qlik Application Automation, Qlik CLI, Enigma.js, etc). These vary in complexity and there are caveats to how some operate (e.g., QAA can only open applications with data).&lt;/LI&gt;
&lt;LI&gt;Private sheet metadata is currently only available to the owner of the sheet in Qlik Cloud.&amp;nbsp;&lt;EM&gt;This is also changing very soon&lt;/EM&gt;. There will be a method in fetching&amp;nbsp;&lt;EM&gt;all&lt;/EM&gt; sheet metadata from the engine in the very near future without having to impersonate users.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;With all of the above said, the most user-friendly way of getting this data is through using QAA. I have attached a sample automation that loops through each sheet (public, community, and&amp;nbsp;&lt;EM&gt;private that you own&lt;/EM&gt;) and lists out the object types and owners, etc. You do not want to do this for all applications on the tenant as currently QAA can only open apps &lt;EM&gt;with data&lt;/EM&gt;. To use it, create a new automation, provide a name, right-click in the canvas area, and select "Upload workspace".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow.png" style="width: 577px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126923i3F708673187A8C3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="flow.png" alt="flow.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Just enter in an App Id and it will do the rest for you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To scan everything in the tenant (because we can open the apps without data) you can use the &lt;A href="https://qlik.dev/toolkits/qlik-cli/" target="_self"&gt;Qlik-CLI&lt;/A&gt;. Again, this will be missing private content owned by other users for now (coming very soon). Here is an example snippet that will iterate through every app on the tenant and return all object titles, IDs, types, and whether they are a master object (including the underlying type).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;$filePath = "C:\Test\metadata.csv";

New-Item -path $filePath -type "file" -Force
$header = 'Object Title,Object Type,Object ID,App ID,Is Master Object';
Set-Content $filePath -Value $header;
$apps = qlik app ls --limit 99999 --json | ConvertFrom-Json;
foreach ($app in $apps) {
    $metadata = New-Object System.Collections.ArrayList;
    $tempMetadata = qlik app object ls -a $app.resourceId --no-data --json | ConvertFrom-Json;
    foreach ($object in $tempMetadata) {
        if (!@('LoadModel', 'sheet', 'appprops').contains($object.qType)) {
            $objectMetadata = @{};
            $objectMetadata | Add-Member -Name appId -Value $app.resourceId -MemberType NoteProperty;
            $objectMetadata | Add-Member -Name isMasterObject -Value 0 -MemberType NoteProperty;
            if ($object.qType -eq "masterobject") {
                $objectType = (qlik app object properties -a $app.resourceId $object.qId --no-data --json | ConvertFrom-Json).visualization;
                $objectMetadata['qType'] = $objectType;
                $objectMetadata['isMasterObject'] = 1;
            }
            else {
                $objectMetadata['qType'] = $object.qType;
            }
            $objectMetadata['objectId'] = $object.qId;
            $objectMetadata['objectTitle'] = $object.title;
            $metadata.add($objectMetadata) | Out-Null;
        }
    }
    $metadata | ConvertTo-Csv | Select-Object -Skip 1 | Out-File -Append $filePath;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which will yield something like the below:&lt;/P&gt;
&lt;TABLE border="1" width="69.27244352842749%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;Object Title&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;Object Type&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;Object ID&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;App ID&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;Is Master Object&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;&amp;nbsp;My Listbox&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;listbox&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;12c4cf53-e2e9-44d7-82f7-105ac4ba9716&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;0c3c8b42-5211-486a-9170-16bf7c6f7874&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;&amp;nbsp;My Line Chart&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;linechart&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;16ed0a5b-b0de-4e5c-ba50-0bfa46a2b8bf&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;0c3c8b42-5211-486a-9170-16bf7c6f7874&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;&amp;nbsp;My Listbox&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;listbox&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;29cda91c-07e6-4019-919d-ac193b8acefd&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;0c3c8b42-5211-486a-9170-16bf7c6f7874&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;&amp;nbsp;My Line Chart&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;linechart&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;2a01f1e5-996a-4eac-8591-5257d9a0bfb8&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;0c3c8b42-5211-486a-9170-16bf7c6f7874&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;&amp;nbsp;My KPI&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;kpi&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;31ce1f9a-b470-44e4-942b-db4ae2ba3679&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;0c3c8b42-5211-486a-9170-16bf7c6f7874&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="10.344827586206897%"&gt;My Line Chart&lt;/TD&gt;
&lt;TD width="12.9973474801061%"&gt;linechart&lt;/TD&gt;
&lt;TD width="23.20954907161804%"&gt;35421fac-ef16-40df-9354-150edd28a34f&lt;/TD&gt;
&lt;TD width="26.25994694960212%"&gt;0c3c8b42-5211-486a-9170-16bf7c6f7874&lt;/TD&gt;
&lt;TD width="10.344827586206897%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, this is a changing landscape in Qlik Cloud, so stay tuned for updates.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 16:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2160727#M1725</guid>
      <dc:creator>Daniel_Pilla</dc:creator>
      <dc:date>2024-01-12T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2161225#M1733</link>
      <description>&lt;P&gt;That's what I was looking for! Thanks &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;for sharing it&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 12:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2161225#M1733</guid>
      <dc:creator>dmnab1</dc:creator>
      <dc:date>2024-01-15T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2412786#M1789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;- I tried option 2 and tested for a single app but get this output in the csv. Is there something I'm missing?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psublue98_0-1706651086072.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158701i846DA011BD3B2E47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psublue98_0-1706651086072.png" alt="psublue98_0-1706651086072.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 21:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2412786#M1789</guid>
      <dc:creator>psublue98</dc:creator>
      <dc:date>2024-01-30T21:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2412797#M1790</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18688"&gt;@psublue98&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;What version of PS are you running? The above was built and tested on 7.3.11. I would also add in some logging and breaks to see what is happening along the way and where it breaks.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 22:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2412797#M1790</guid>
      <dc:creator>Daniel_Pilla</dc:creator>
      <dc:date>2024-01-30T22:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2413215#M1792</link>
      <description>&lt;P&gt;Thanks Daniel, certainly closer using 7.4.1. The title isn't coming across though...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psublue98_0-1706723153429.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158797i18DF82919F522D7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psublue98_0-1706723153429.png" alt="psublue98_0-1706723153429.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 20:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2413215#M1792</guid>
      <dc:creator>psublue98</dc:creator>
      <dc:date>2024-01-31T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2456827#M2345</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp; Does that "very soon " has arrived?&lt;BR /&gt;Because i want migrate from one Tenant to other i facing the issue of Private content not getting&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 07:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2456827#M2345</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-05-28T07:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2457138#M2354</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246109"&gt;@TcnCunha_M&lt;/a&gt;&amp;nbsp;- yes, this is now possible. You can list all sheets within an application using OAuth and the required scopes. You can find a guide on how to do that with Qlik-API here:&amp;nbsp;&lt;A href="https://qlik.dev/manage/platform-operations/private-content-bots/" target="_blank"&gt;https://qlik.dev/manage/platform-operations/private-content-bots/&lt;/A&gt;&amp;nbsp;-- For use with the CLI, follow the same steps to setup the OAuth client, and then connect the Qlik-CLI via OAuth.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 16:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2457138#M2354</guid>
      <dc:creator>Daniel_Pilla</dc:creator>
      <dc:date>2024-05-28T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2458150#M2366</link>
      <description>&lt;P&gt;about he bookmarks work in the same way ?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 09:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2458150#M2366</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-05-31T09:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2460160#M2389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying but my apps has session access. so even if using AUTH0 authentication doesn't work and&amp;nbsp; I'm getting access is denied, I have added the Qlikbot user into the session access, Do you have any idea if there a trick to overlap this?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 08:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2460160#M2389</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-06-07T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2508859#M3163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have a requirement like in one of the Qlik sense app that has been migrated from client managed I need to fetch both private sheets and private bookmarks from this to cross verify whether all the objects were migrated correctly or not , as a tenant admin I will be able to see public and community content but not the private content?&lt;/P&gt;
&lt;P&gt;Any suggestions would be highly appreciated on this.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 04:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2508859#M3163</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-03-08T04:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2508878#M3165</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can we also get user's private bookmark details using oauth along with qlik-api.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 04:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2508878#M3165</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-03-09T04:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2524933#M3312</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any updates on the availability of this feature ?&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Object metadata is not&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;yet&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;available RESTfully. This is in active development, but is not yet there"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For some customers, we still struggle to explain that a complete backup/recovery of an app (public, community and private sheets) in QlikCloud is not possible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 12:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2524933#M3312</guid>
      <dc:creator>anthonyoctil1</dc:creator>
      <dc:date>2025-07-22T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting app object metadata via REST API in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2528320#M3367</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246109"&gt;@TcnCunha_M&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I'm having the exact same problem, even trying to add the ID of the bot to the section access table doesn't seem to work - still getting access denied with the CLI.&lt;/P&gt;&lt;P&gt;Did you find a way around this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there even a way around this?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 15:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Getting-app-object-metadata-via-REST-API-in-Qlik-Cloud/m-p/2528320#M3367</guid>
      <dc:creator>luke_brady</dc:creator>
      <dc:date>2025-08-25T15:16:33Z</dc:date>
    </item>
  </channel>
</rss>

