Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
tomas_kukan
Contributor II
Contributor II

How to obtain a list of sheets in an app using REST APIs [cloud]

We switched to cloud version, an I am currently trying to automatically extract some metadata from our Qlik instance.
I would like to use REST API to download:
1. List of apps - no problem
2. List of sheets in apps - ?
3. Used datasets in sheets - ?

Could you please help me with steps 1 and 2? Is there any other API I should use?


Labels (1)
1 Reply
mountaindude
Partner Ambassador
Partner Ambassador

You will have to use the Engine API for steps 2 and 3.

Enigma.js can be used for this, available for Javascript and Golang. More info at qlik.dev.

If you are looking for JS examples, there is plenty of API interactions (both via the QS Cloud REST API and via enigma.js) in my Butler Sheet Icons project.

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