<?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: Issues using GetFullPropertyTree for sheet object via JSON API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1652598#M11894</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you need current sheet if for extension&amp;nbsp; you can use&amp;nbsp;&lt;/P&gt;&lt;P&gt;qlik.navigation.get current sheet id()&lt;/P&gt;&lt;P&gt;if you are using engine api then&amp;nbsp;&lt;/P&gt;&lt;P&gt;step 1:&amp;nbsp; go to Qlik Engine&amp;nbsp;&lt;/P&gt;&lt;P&gt;step 2 :&amp;nbsp; connect engine select your app&lt;/P&gt;&lt;P&gt;step 3: in DOC open GetObjects&lt;/P&gt;&lt;P&gt;step 4: pass this json&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"handle": 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"method": "GetObjects",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "params": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;" qOptions": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "qTypes": [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"sheet"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "qIncludeSessionObjects": false,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"qData": {}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;step 4: you'll get list of sheet for that app you're selected..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks regards&lt;/P&gt;&lt;P&gt;Harsh Gohil&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 09:38:37 GMT</pubDate>
    <dc:creator>iharsh220</dc:creator>
    <dc:date>2019-11-29T09:38:37Z</dc:date>
    <item>
      <title>Issues using GetFullPropertyTree for sheet object via JSON API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1652032#M11874</link>
      <description>&lt;P&gt;I am having some issues using GetFullPropertyTree through the JSON API.&amp;nbsp; Does anyone have an example of getting this object for a sheet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on integrating my teams qlik sense applications into source control and our continuous integration pipeline.&amp;nbsp; To start I am trying to write a python script that will download text versions of a given application.&amp;nbsp; Right now I can authenticate, open an app, and pull the data load as a text file, the next step is to try to get the json representation of each sheet in the application.&amp;nbsp; I am able to list and iterate the sheets by creating a session object in the app and calling GetLayout.&amp;nbsp; From there I can GetObject on each of the sheets.&amp;nbsp; However regardless of what I try I am unable to get anything other than method not found trying to call GetFullPropertyTree.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1652032#M11874</guid>
      <dc:creator>johnmorgan</dc:creator>
      <dc:date>2024-11-16T03:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using GetFullPropertyTree for sheet object via JSON API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1652598#M11894</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you need current sheet if for extension&amp;nbsp; you can use&amp;nbsp;&lt;/P&gt;&lt;P&gt;qlik.navigation.get current sheet id()&lt;/P&gt;&lt;P&gt;if you are using engine api then&amp;nbsp;&lt;/P&gt;&lt;P&gt;step 1:&amp;nbsp; go to Qlik Engine&amp;nbsp;&lt;/P&gt;&lt;P&gt;step 2 :&amp;nbsp; connect engine select your app&lt;/P&gt;&lt;P&gt;step 3: in DOC open GetObjects&lt;/P&gt;&lt;P&gt;step 4: pass this json&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"handle": 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"method": "GetObjects",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "params": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;" qOptions": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "qTypes": [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"sheet"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "qIncludeSessionObjects": false,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"qData": {}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;step 4: you'll get list of sheet for that app you're selected..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks regards&lt;/P&gt;&lt;P&gt;Harsh Gohil&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 09:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1652598#M11894</guid>
      <dc:creator>iharsh220</dc:creator>
      <dc:date>2019-11-29T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using GetFullPropertyTree for sheet object via JSON API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653291#M11919</link>
      <description>&lt;P&gt;All of that is fine.&amp;nbsp; Where I have an issue is when I call getFullPropertyType on the qId that comes back from the and handle from the getObject call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Body of that call looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{"handle": "GAvUq", "id": 9, "jsonrpc": "2.0", "method": "getFullPropertyTree", "params": [4], "py/object": "QlikObjects.RequestObject"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding is that this should return several sheet properties including a json version of the sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That call is consistently failing with method not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 19:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653291#M11919</guid>
      <dc:creator>johnmorgan</dc:creator>
      <dc:date>2019-12-02T19:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using GetFullPropertyTree for sheet object via JSON API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653496#M11926</link>
      <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/getFullPropertyTree-method.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/getFullPropertyTree-method.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check this url if it will help.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;qlik.app.getFullPropertyTree(id)&amp;nbsp; // pass your sheet object id here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i dont know this api is working or not but still try once &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653496#M11926</guid>
      <dc:creator>iharsh220</dc:creator>
      <dc:date>2019-12-03T09:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using GetFullPropertyTree for sheet object via JSON API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653638#M11930</link>
      <description>&lt;P&gt;This can be confusing..&lt;/P&gt;&lt;P&gt;In the JSON protocol methods start with a kapital letter, so GetFullPropertyTree. In the JavaScript wrapper its getFullPropertyTree.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653638#M11930</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-12-04T09:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using GetFullPropertyTree for sheet object via JSON API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653646#M11931</link>
      <description>&lt;P&gt;2 days of looking at this and I didn't realize that I had camel cased that method call even though I hadn't camel cased any of the others&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solved my issue.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 15:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-using-GetFullPropertyTree-for-sheet-object-via-JSON-API/m-p/1653646#M11931</guid>
      <dc:creator>johnmorgan</dc:creator>
      <dc:date>2019-12-03T15:12:11Z</dc:date>
    </item>
  </channel>
</rss>

