The structure of JSON response returned by all web methods is standard.


The JSON response is structured as following:


Field

Description

status

“success” if method has been successfully executed

“error” in case of error

data

null if there is no data, otherwise the data returned by the method. It can be a boolean value, or a complex data structure.

message

null if there is no message, otherwise a string containing the message.