Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
marcoyukon
Creator
Creator

API call to get Stream folder names and apps names within.

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.

Labels (2)
2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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. 

https://help.qlik.com/en-US/sense-developer/August2023/Subsystems/RepositoryServiceAPI/Content/Sense...

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.  

https://help.qlik.com/en-US/sense-developer/August2023/Subsystems/RepositoryServiceAPI/Content/Sense...

Happy to help with specific examples if you specify what your programming platform is. 

-Rob

marcoyukon
Creator
Creator
Author

Thanks. Python would be the language being used to pull from Qlik and consolidate with similar usage from other systems.