Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.