sirshtatol
Contributor II
2020-11-09
03:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2,243 Views
4 Replies
Mahmudh
Contributor II
2022-02-21
08:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I also need that. Have you found it?
Thanks
Mahmud
2,030 Views
Øystein_Kolsrud
Employee
2022-02-21
09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2,018 Views
jp_golay
Partner - Creator II
2022-02-22
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management
2,004 Views
Øystein_Kolsrud
Employee
2022-02-22
05:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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