Get the version of Qlik Sense
Get the version of Qlik Sense by using the ProductVersion method.
Warning noteThe ProductVersion method is deprecated (not recommended for use). Use the EngineVersion method instead.
Example
The client sends:
{
"jsonrpc": "2.0",
"id": 2,
"method": "ProductVersion",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 2,
"result": {
"qReturn": "1.2.0+Build:40.XTRAGSF-CIGCE8"
}
}
The version of Qlik Sense is displayed.