
Contributor II
2023-12-04
01:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Way to fetch the space detail of the APP
How to fetch the details of the space name and space type of the particular app using Rest API?
Thanks
1,027 Views
1 Solution
Accepted Solutions


Partner Ambassador/MVP
2023-12-05
03:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 Replies


Partner Ambassador/MVP
2023-12-04
03:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the spaces API to get a list of spaces. https://qlik.dev/apis/rest/spaces/
Use the items API to get the Apps https://qlik.dev/apis/rest/items/
/items?resourceType=app will include the spaceId.
-Rob
1,000 Views

Contributor II
2023-12-05
02:25 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the response.
But there is no way we can fetch the space ID using Apps Rest API. At least, if that was there I could have fetched the space detail using space ID later.
990 Views


Partner Ambassador/MVP
2023-12-05
03:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My error. Instead of /apps, I meant use /items?resourceType=app
-Rob

Contributor II
2023-12-06
06:26 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Rob.
The mistake was from my end, that I wasn't creating an app within the space which is why I wasn't getting space ID in the response.
