Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)
1 Reply
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