Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
elva_lester
Contributor III
Contributor III

Retrieving Sheet Thumbnail from QRS

We are building a dynamic dashboard with a web application.  We are able to get most the the information about the apps and sheets from the Repository Service (QRS) API.  We would like to retrieve the sheet thumbnail as well.  Is there a way to retrieve the sheet thumbnail via the QRS?

2 Replies
s29124141
Partner - Creator II
Partner - Creator II

Since Thumbnail property is not present in App.Object, you can not get the thumbnail of a sheet using QRS API.

mountaindude
Partner Ambassador
Partner Ambassador

Old thread, but as I recently worked on exactly this I figured I'd add som context. 

You can use engima.js to connect to the engine service, via which you can get/modify sheet and app thumbnails. 

Check out the Engine JSON API

Please mark the post as a solution if it provided you with a solution to the topic at hand. Thanks!