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: 
Gnaneshwari_Venkatesan
Contributor II
Contributor II

Creating App, load data and create sheet using Rest API in Qlik Sense

Hi Everyone ,

My requirement is to do all the things using Rest API like creating an app, connect with data, load the data to the app and create sheet with one dimension and one measure(table view). Everything should be done from Postman using Rest API.

 The below screenshot is for creating app from Postman(https://qlik.dev/apis/rest/apps)

Gnaneshwari_Venkatesan_0-1655125939714.png

After creating the app, the screenshot of app which is created from postman in Qlik sense cloud is below,

Gnaneshwari_Venkatesan_1-1655125939826.png

Similarly I want to perform other operations like load the data to this app and create sheet with one dimension and one measure(table view) from Postman using Rest API.

Can anyone help me with this?

Thank you,

Gnaneshwari V

Labels (3)
2 Replies
stefanstoichev123

Unfortunately there is no way to perform the other operations (natively) through REST API. All the listed operations are performed by the Engine API and this API is web socket based.

I've said "natively" because there is a project (although it seems deserted) that allow execution of web socket Engine API methods through REST API - https://github.com/ralfbecher/q-risotto

Stefan

 

 

fabdulazeez
Partner - Creator III
Partner - Creator III

Is the REST API available only for Qlik Cloud, or is it also hosted on Qlik Sense Enterprise client-managed?

https://qlik.dev/apis/