Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
swapnilk
Partner - Contributor
Partner - Contributor

Can we get all the App-IDs at once

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.

1 Reply
Levi_Turner
Employee
Employee

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.