Request syntax

The request 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 established by the initiator of the request.

If this member is not present, the RPC call is assumed to be a notification.

No

method

Name of the method.

Yes

handle

Target of the method.

The member handle is not part of the JSON-RPC 2.0 specification.

Yes

delta

Boolean. If set to true, the engine returns delta values.

The default value is false.

Example of use:

The delta member is set to true to get the delta of the layout or the delta of the properties of an object. For more information, see Get the delta of the layout (https://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/RenderLayout/get-delta-layout.htm) and Get the delta of properties (https://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetGetProperties/get-delta-properties.htm).

No

params

Sets the parameters.

The parameters can be provided by name through an object or by position through an array.

No

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.35.194