
Partner - Contributor II
2021-11-22
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
List of all apps using Qlik SaaS Rest API
Hi,
we're creating a POC to connect to Qlik Sense SaaS using the REST API.
I was wondering if there is an API endpoint to get a list of all apps? Perhaps in a space. I cannot find it in the Rest API documentation. It would really be nice if you have an overview of all apps, after you've imported an app into Qlik SaaS, to see if the import has succeeded for example.
2,680 Views
1 Solution
Accepted Solutions


Employee
2021-11-22
06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're probably looking for this endpoint:
https://qlik.dev/apis/rest/items#%23%2Fentries%2Fitems-get
To list apps you do like this:
GET https://<url>/api/v1/items?resourceType=app
2 Replies


Employee
2021-11-22
06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're probably looking for this endpoint:
https://qlik.dev/apis/rest/items#%23%2Fentries%2Fitems-get
To list apps you do like this:
GET https://<url>/api/v1/items?resourceType=app

Partner - Contributor II
2021-11-22
07:11 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah yes, thank you. This is what I was looking for!
