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: 
Anonymous
Not applicable

Qlik Sense: How to connect and access a QVF or Qlik Application via APIs and retrieve all the underlying objects, Scripts etc

Hello All,

Qlik Sense:

Are there any Qlik Sense APIs that can be accessed via Java to achieve the below tasks:

(a) Connect or Make connection to the Qlik Sense Application or QVF.

(b) Retrieve all the Worksheets for the QVF.

(c) Retrieve all the UI display fields and expressions for each Worksheet and any other objects as needed.

(d) Read/Access the scripts for the QVF (need this to read/parse the scripts where we have the mappings between the Database Columns to the UI fields).

We found some Rest APIs. Can these Rest APIs be used to call from Java? If No - how to achieve the above tasks using other APIs and samples to get started.

If yes - any sample Java code on how to get started?

Please share any insights.

Many Thanks in advance.

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can use the REST APIs as well as the JSON over Websockets API with Java.  I haven't seen any sample code for Java.

-Rob