March 2018
Beginner to intermediate
514 pages
13h 11m
English
The response syntax is the JSON object which is returned by the Qlik Engine API, with each method call.
The response object follows the JSON-RPC 2.0 specification and has the following members:
|
Member |
Description/value |
Mandatory? |
|
jsonrpc |
Version of JSON-RPC. Equals 2.0. |
Yes |
|
id |
Identifier. This identifier must be identical to the identifier in the request object. | Yes |
|
result or error |
The member result is required on success. In case of failure, the member error is displayed. |
Yes |
|
change |
Handles of the objects that have been updated. |
No |
|
closed |
Handles that have been released (following a remove, for example). |
No |
The best library to communicate directly with the engine using promises is Qlik's ...
Read now
Unlock full access