[{
"field" : "\<fieldName\>",
"value" : "\<value\>",
"operation" : "\<operation\>>"
},
{
"field" : "\<fieldName\>",
"value" : "\<value\>",
"operation" : "\<operation\>>"
}]
eq
)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.