NameDescriptionTypeAdditional information
field

Gets or sets the name of the sorted field (property). Set to null if the Filters property is set.

string

None.

operator

Gets or sets the filtering operator. Set to null if the Filters property is set. Possible values include: eq, neq, lt, lte, gt, gte, startswith, endswith, contains, doesnotcontain. Note: The operators (startswith, endswith, contains, doesnotcontain) are applicable only to text fields, and are not appropriate for datetime or numerical (decimal) fields

string

None.

value

Gets or sets the filtering value. Set to null if the Filters property is set.

Object

None.

logic

Gets or sets the filtering logic. This is not used and is ignored. The API always assume this is 'AND'. The filtering logic is always assumed to be AND. The value of OR is typically NOT implemented.

string

None.

filters

Gets or sets the child filter expressions. Set to null if there are no child expressions. The API back end does not use nested filtering. This is because all filter expressions are joined together using logical ''AND''.

Collection of Object

None.