Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense - Qlik Engine API : {"jsonrpc":"2.0","change":[1,2],"suspend":[1]}

Hello,

After a GetObject or a GetProperties using Qlik Engine API, we received this answer :
                             {"jsonrpc":"2.0","change":[1,2],"suspend":[1]}


Does anyone know the meaning of this answer?
It's not a result answer, not an error answer. Nothing in the help about this.


Thanks a lot.

Best regards.


Jean-Michel.

3 Replies
ErikWetterberg

Hi,

Some info about the profil is here: Qlik Engine API ‒ Qlik Sense

change: [1,2] means that objects with handle 1 and 2 are invalid. 1 is usually the app.

If there is no Id in the package it means that it is not a reply but a notification. Is there another process working with the app? Perhaps a reload? That might explain 'suspend' that I have never seen before and seems undocumented.

Hope this helps

Erik Wetterberg

Anonymous
Not applicable
Author

Thanks Erik.

ErikWetterberg

The part about notifications is actually in the jsonrpc spec, section 4.1 (it's not a long spec).

Note that a lot of fields, like handle, change, suspend (and also delta) are not covered by jsonrpc.

Erik