Get the version of the Qlik associative engine component
Get the version of the Qlik associative engine component by using the EngineVersion method.
Example
The client sends:
{
"jsonrpc": "2.0",
"id": 2,
"method": "EngineVersion",
"handle": -1,
"params": {}
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 2,
"result": {
"qVersion": {
"qComponentVersion": "12.2.0"
}
}
}
The version of the Qlik associative engine component is displayed.