<?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: QlikSense RestAPI: Get Sheet Info for App in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702891#M12782</link>
    <description>&lt;P&gt;My default would be to call&amp;nbsp;GET /qrs/app/object/full?filter=(objectType = 'sheet') but I am receiving&amp;nbsp;The comparison expression contains an unsupported operator: objectType = 'sheet' as a response. I'm pinging some folks about that response.&lt;/P&gt;&lt;P&gt;The following is working fine for me:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;POST /qrs/App/Object/table?filter=((objectType eq 'sheet'))
Body:
{
  "entity": "App.Object",
  "columns": [
    {
      "name": "id",
      "columnType": "Property",
      "definition": "id"
    },
    {
      "name": "description",
      "columnType": "Property",
      "definition": "description"
    },
    {
      "name": "name",
      "columnType": "Property",
      "definition": "name"
    },
    {
      "name": "objectType",
      "columnType": "Property",
      "definition": "objectType"
    },
    {
      "name": "owner",
      "columnType": "Property",
      "definition": "owner"
    },
    {
      "name": "approved",
      "columnType": "Property",
      "definition": "approved"
    },
    {
      "name": "published",
      "columnType": "Property",
      "definition": "published"
    },
    {
      "name": "modifiedDate",
      "columnType": "Property",
      "definition": "modifiedDate"
    },
    {
      "name": "app.name",
      "columnType": "Property",
      "definition": "app.name"
    },
    {
      "name": "app.stream.name",
      "columnType": "Property",
      "definition": "app.stream.name"
    }
  ]
}&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 17 May 2020 18:04:24 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2020-05-17T18:04:24Z</dc:date>
    <item>
      <title>QlikSense RestAPI: Get Sheet Info for App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702886#M12780</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;
&lt;P&gt;Because my server throws a weird error 8 out of 10 times I call "location.GetAppIdentifiers()", I'd like to switch to using the REST APIs since those have never failed me.&lt;/P&gt;
&lt;P&gt;Does anyone know how to retrieve the sheet information given an appId using rest?&amp;nbsp; I'm looking to retrieve the Title, the Sheet Path/Id.&amp;nbsp; I assume this would be found using Engine and not Repository endpoints, but I'm having trouble find a service that returns this data.&lt;/P&gt;
&lt;P&gt;My server is Nov 2019 Patch 3 if that makes a difference.&lt;/P&gt;
&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 18:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702886#M12780</guid>
      <dc:creator>JustinDallas</dc:creator>
      <dc:date>2021-08-13T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense RestAPI: Get Sheet Info for App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702891#M12782</link>
      <description>&lt;P&gt;My default would be to call&amp;nbsp;GET /qrs/app/object/full?filter=(objectType = 'sheet') but I am receiving&amp;nbsp;The comparison expression contains an unsupported operator: objectType = 'sheet' as a response. I'm pinging some folks about that response.&lt;/P&gt;&lt;P&gt;The following is working fine for me:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;POST /qrs/App/Object/table?filter=((objectType eq 'sheet'))
Body:
{
  "entity": "App.Object",
  "columns": [
    {
      "name": "id",
      "columnType": "Property",
      "definition": "id"
    },
    {
      "name": "description",
      "columnType": "Property",
      "definition": "description"
    },
    {
      "name": "name",
      "columnType": "Property",
      "definition": "name"
    },
    {
      "name": "objectType",
      "columnType": "Property",
      "definition": "objectType"
    },
    {
      "name": "owner",
      "columnType": "Property",
      "definition": "owner"
    },
    {
      "name": "approved",
      "columnType": "Property",
      "definition": "approved"
    },
    {
      "name": "published",
      "columnType": "Property",
      "definition": "published"
    },
    {
      "name": "modifiedDate",
      "columnType": "Property",
      "definition": "modifiedDate"
    },
    {
      "name": "app.name",
      "columnType": "Property",
      "definition": "app.name"
    },
    {
      "name": "app.stream.name",
      "columnType": "Property",
      "definition": "app.stream.name"
    }
  ]
}&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 17 May 2020 18:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702891#M12782</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-05-17T18:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense RestAPI: Get Sheet Info for App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702938#M12785</link>
      <description>&lt;P&gt;I think the problem in the first call is simply that you used '=' instead of 'eq' in the filter. This works for me:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;GET /qrs/app/object/full?filter=(objectType eq 'sheet')&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 May 2020 06:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1702938#M12785</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-05-18T06:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense RestAPI: Get Sheet Info for App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1703004#M12787</link>
      <description>&lt;P&gt;Yep,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;. That's what I get for working on Sunday!&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 10:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-RestAPI-Get-Sheet-Info-for-App/m-p/1703004#M12787</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-05-18T10:53:23Z</dc:date>
    </item>
  </channel>
</rss>

