Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
im_officer
Contributor
Contributor

How to get a list of object IDs in each dashboard sheet using REST Api Call for later?

hello,

we are going to use Boomi as iPaaS to connect to Qlik Sense REST Api using the link below to loop over all available apps in different spaces. what we really want to accomplish is to get a list of object IDs within each sheet of these dashboards to keep in a place for later to be downloaded automatically.

we are not using any JS libraries, we are just working with the REST API endpoint:

https://tenant.qlikcloud.com/api/v1/items?spaceId=604...&resourceType=app,qvapp,qlikview&noActions=t...

 

 

 

Labels (3)
5 Replies
Øystein_Kolsrud
Employee
Employee

The REST API won't get you this type of information. You'll have to go through the engine API to access app content information like that. That implies using websockets.

im_officer
Contributor
Contributor
Author

so in other meanings, we need to build the API on qlik sense and then use the link on the iPaaS ?

Øystein_Kolsrud
Employee
Employee

Well, to access information about which objects are in which sheet, you'll have to go through the engine API which is based on websockets, not REST. You'll find documentation for this API here:

https://qlik.dev/apis/json-rpc/qix

There are a number of libraries available for you to simplify the interaction with this API, like enigma (https://qlik.dev/apis/javascript/enigmajs) for JavaScript, and the .NET SDK (https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/NetSDKAPIref/Content/Home.htm) for .NET languages such as C#.

im_officer
Contributor
Contributor
Author

so it's not possible to use Boomi

Øystein_Kolsrud
Employee
Employee

I'm not familiar with that technology, so I can help you there.