<?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 Qlik Engine JSON API - GetObjects response 'Method not found' in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-JSON-API-GetObjects-response-Method-not-found/m-p/1641514#M11665</link>
    <description>&lt;P&gt;When using GetObjects method:&lt;/P&gt;&lt;P&gt;var getobjsmsg = {&lt;BR /&gt;"handle": -1,&lt;BR /&gt;"method": "GetObjects",&lt;BR /&gt;"params": {&lt;BR /&gt;"qId": "d6e02e25-50e2-41ac-9e43-28e7cad566c5"&lt;BR /&gt;},&lt;BR /&gt;"outKey": -1,&lt;BR /&gt;"id": 2&lt;BR /&gt;}&lt;BR /&gt;ws.send(JSON.stringify(getobjsmsg));&lt;/P&gt;&lt;P&gt;I always get the "Method not found" message. Same as other method aside getdoclist and opendoc. Did I use it wrong? If so please give me some examples. Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:12:44 GMT</pubDate>
    <dc:creator>thuhtnguyen</dc:creator>
    <dc:date>2024-11-16T04:12:44Z</dc:date>
    <item>
      <title>Qlik Engine JSON API - GetObjects response 'Method not found'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-JSON-API-GetObjects-response-Method-not-found/m-p/1641514#M11665</link>
      <description>&lt;P&gt;When using GetObjects method:&lt;/P&gt;&lt;P&gt;var getobjsmsg = {&lt;BR /&gt;"handle": -1,&lt;BR /&gt;"method": "GetObjects",&lt;BR /&gt;"params": {&lt;BR /&gt;"qId": "d6e02e25-50e2-41ac-9e43-28e7cad566c5"&lt;BR /&gt;},&lt;BR /&gt;"outKey": -1,&lt;BR /&gt;"id": 2&lt;BR /&gt;}&lt;BR /&gt;ws.send(JSON.stringify(getobjsmsg));&lt;/P&gt;&lt;P&gt;I always get the "Method not found" message. Same as other method aside getdoclist and opendoc. Did I use it wrong? If so please give me some examples. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-JSON-API-GetObjects-response-Method-not-found/m-p/1641514#M11665</guid>
      <dc:creator>thuhtnguyen</dc:creator>
      <dc:date>2024-11-16T04:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Engine JSON API - GetObjects response 'Method not found'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-JSON-API-GetObjects-response-Method-not-found/m-p/1641978#M11670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90237"&gt;@thuhtnguyen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You need to use the handle in the returned response from OpenDoc:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
  "jsonrpc":"2.0",
  "id":1,"delta":true,
  "result":{
    "qReturn":[
      {
        "op":"add",
        "path":"/",
        "value":{
           "qType":"Doc",
           "qHandle":1, // &amp;lt;- this one
           "qGenericId":"UID"
        }
      }]
    },
    "change":[1]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 06:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-JSON-API-GetObjects-response-Method-not-found/m-p/1641978#M11670</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2019-11-01T06:59:05Z</dc:date>
    </item>
  </channel>
</rss>

