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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
bubobey
Contributor
Contributor

How can I use use QIX API (Websocket) to get hypercube data?

I want to visualize my Qlik charts in a native iOS app. But when I use 

wss://your-tenant.us.qlikcloud.com/app/<app id>

 

Websocket URL and enter JSON objects to get data, I face

{
"jsonrpc": "2.0",
"id": 6,
"error": {
"code": -32602,
"parameter": "Invalid handle",
"message": "Invalid Params"
}
}
 
error all the time. I always use the JSON objects written in the QIX documentation. I also test my queries in https://qixplorer.qlik.dev/ which returns successful responses. I am not sure what I am doing wrong in Postman. Can someone please share some experiences on this websocket method?
0 Replies