Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can you share a simple method to get both the stream folder name and the apps names within each qlik sense folder ? What I found involved a lot of steps and an assigned license to do what appears to be a few simple HTTP get calls. I don't want to tie a license for this if possible.
You can use the QRS API to get this info. I don't think you need to use a license, but you do need to authenticate as a user with the necessary permissions.
You didn't mention what programming platform you are using, but there are a number of examples in the doc of using CURL, Postman, etc.
Happy to help with specific examples if you specify what your programming platform is.
-Rob
Thanks. Python would be the language being used to pull from Qlik and consolidate with similar usage from other systems.