Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
After creating the app, the screenshot of app which is created from postman in Qlik sense cloud is below,
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
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
Is the REST API available only for Qlik Cloud, or is it also hosted on Qlik Sense Enterprise client-managed?