Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to fetch the details of the space name and space type of the particular app using Rest API?
Thanks
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
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.
My error. Instead of /apps, I meant use /items?resourceType=app
-Rob
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.