Wasabi Sync JSON Query Object

Example:

[{
    "field" : "\<fieldName\>",
    "value" : "\<value\>",
    "operation" : "\<operation\>>"
},
{
    "field" : "\<fieldName\>",
    "value" : "\<value\>",
    "operation" : "\<operation\>>"
}]    

Params

Discussion

The Wasabi Sync JSON Query Object represents a list of fields and values to match in order to return a set of objects. The operation specified can be one of the following:

The individual conditions specified will be ANDed together by the server. When specifying the LIKE operation, SQL wildcards, such as % may be specified.


News & Information