<?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 Sheet Thumbnails via REST API in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1818183#M67043</link>
    <description>&lt;P&gt;Sheet and app thumbnails are available via the &lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm" target="_self"&gt;engine JSON API&lt;/A&gt;, not the repository service.&lt;BR /&gt;You can use enigma.js to connect to the engine service, and then get/modify for example sheet thumbnails.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want examples you can take a look at the code in Butler Sheet Icons, which is a cross platform command line tool that automates the creation of sheet thumbnails. Basically taking screen shots of each sheet, uploading the images to a content library and then setting the images as sheet icons.&lt;/P&gt;&lt;P&gt;Node.js code available at&amp;nbsp;&lt;A href="https://github.com/ptarmiganlabs/butler-sheet-icons" target="_blank"&gt;https://github.com/ptarmiganlabs/butler-sheet-icons&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Jun 2021 20:41:56 GMT</pubDate>
    <dc:creator>mountaindude</dc:creator>
    <dc:date>2021-06-27T20:41:56Z</dc:date>
    <item>
      <title>Getting Sheet Thumbnails via REST API</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1359388#M30446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get the URL of the thumbnail that has been defined for each sheet in an app via the Qlik Sense REST API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have discovered that you can get a list of sheets via &lt;SPAN style="text-align: left; color: #505050; text-indent: 0px; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; background-color: #fafafa;"&gt;/qrs/app/object/full&lt;/SPAN&gt; and a list of content, including the thumbnail image URL that I want, via /qrs/app/content/full. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, the missing piece is how to link them together to determine which content URL goes with which sheet.&amp;nbsp; I don't notice any commonality in the IDs.&amp;nbsp; Is there another endpoint that will give me linkage information or am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 14:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1359388#M30446</guid>
      <dc:creator />
      <dc:date>2017-06-26T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Sheet Thumbnails via REST API</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1359389#M30447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you figure this out Shon?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 01:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1359389#M30447</guid>
      <dc:creator>sebastian_serva</dc:creator>
      <dc:date>2017-09-19T01:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Sheet Thumbnails via REST API</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1683692#M52064</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;I searched on this community but didn't found an answer&lt;/P&gt;&lt;P&gt;Refering to the original post creator, I have the same question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are several api endpoints to get object data: for example /qrs/app/full, qrs/app/object/full, and qrs/app/content/full&lt;/P&gt;&lt;P&gt;I'd like to get the list of app id, app name, app thumbnail,&lt;/P&gt;&lt;P&gt;and lower level which I need app's sheets, sheet name, sheet thumbnail and so on.&lt;/P&gt;&lt;P&gt;Seems that I need to combined them all which causes bad performance to our server&lt;/P&gt;&lt;P&gt;Any suggestion?, or there other api endpoint for this?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 10:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1683692#M52064</guid>
      <dc:creator>jakapunlmc</dc:creator>
      <dc:date>2020-03-11T10:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Sheet Thumbnails via REST API</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1818183#M67043</link>
      <description>&lt;P&gt;Sheet and app thumbnails are available via the &lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm" target="_self"&gt;engine JSON API&lt;/A&gt;, not the repository service.&lt;BR /&gt;You can use enigma.js to connect to the engine service, and then get/modify for example sheet thumbnails.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want examples you can take a look at the code in Butler Sheet Icons, which is a cross platform command line tool that automates the creation of sheet thumbnails. Basically taking screen shots of each sheet, uploading the images to a content library and then setting the images as sheet icons.&lt;/P&gt;&lt;P&gt;Node.js code available at&amp;nbsp;&lt;A href="https://github.com/ptarmiganlabs/butler-sheet-icons" target="_blank"&gt;https://github.com/ptarmiganlabs/butler-sheet-icons&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jun 2021 20:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-Sheet-Thumbnails-via-REST-API/m-p/1818183#M67043</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2021-06-27T20:41:56Z</dc:date>
    </item>
  </channel>
</rss>

