Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sirshtatol
Contributor II
Contributor II

REST API to get list of sheets of an app in qlik cloud

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

Labels (1)
4 Replies
Mahmudh
Contributor II
Contributor II

Hello,

I also need that. Have you found it?

Thanks 

Mahmud

 

 

Øystein_Kolsrud
Employee
Employee

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

jp_golay
Partner - Creator II
Partner - Creator II

Is there an implementation in .NET for this API like in Qlik Sense on Premise?

ebiexperts CTO
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management
Øystein_Kolsrud
Employee
Employee

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