Community
Discussion board where members learn more about Qlik Sense Installation, Deployment and Management.
I want to get a list of all the ids of applications published in a stream, so that I can perform a monitor check on these apps at once.
Hey Swapnil,
You can always get this from the QRS API. Example GET request: /qrs/app/full?filter=(stream.name eq 'Everyone')
Documentation on connecting: https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/RepositoryServiceAPI/Content/Reposit...
Qlik-CLI: https://github.com/ahaydon/Qlik-Cli
Hope that helps.