Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameExampleDescription
id(<values>)id(1,2,4) 
against_type(<values>)against_type(company)e.g company
against_id(<values>) against_id(1) 
physical(<value>)physical(yes)e.g, yes, no
postal(<value>)postal(no)e.g. no

NEW

<field_name>_greater_than(<value>),

<field_name>_less_than(<value>),

<field_name>_greater_than_or_equal(<value>),

<field_name>_less_than_or_equal(<value>)

 

_filters=id_greater_than(5)

Available fields:

id

against_id

Info

Using the _not suffix (e.g, id_not) on standard in filters will return results not in.

...