Skip to main content

Deployment & Management

Discussion board where members learn more about Qlik Sense Installation, Deployment and Management.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER 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.