Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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 trial version

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 (2)
3 Replies
Øystein_Kolsrud
Employee
Employee

I don't think there are any REST API endpoints for getting information about app objects in QCS. I think you have to through the engine API (websocket, JSON-RPC).

sirshtatol
Contributor II
Contributor II
Author

Is there any way to use the engine API methods via java? Actually I have to create a java REST API to get the app details.

Øystein_Kolsrud
Employee
Employee

There are libraries available for C#, JavaScript and Go, but nothing for Java as far as I know.