Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I am using the Qlik trial cloud version. I have to get list of sheets and charts present in an app. Is there any REST API which can be used to retrieve the sheet details, along with list of charts, fields used in an app?
Thanks,
Sirsh
Hello,
I also need that. Have you found it?
Thanks
Mahmud
Access to this type of information requires you to go through the Engine API (JSON-RPC over websockets). The reference documentation can be found here: https://qlik.dev/apis/json-rpc/qix
Is there an implementation in .NET for this API like in Qlik Sense on Premise?
Yes, you can access QCS using the .NET SDK with an api-key. An example can be found here:
https://github.com/AptkQlik/PublicExamples/blob/master/ConnectQcsApiKey/ConnectQcsApiKey/Program.cs