Versions Compared

Key

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

...

NameExampleDescription
id(<ids>)  
invoice_number(<numbers>)  
date_raised_after(unix_timestamp), date_raised_before(uinx_timestamp)  
date_due_after(unix_timestamp), date_due_before(uinx_timestamp)  
date_modified_after(unix_timestamp), date_modified_before(uinx_timestamp)  

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
created_by
affiliation
amount
tax
outstanding
modified_by

Info

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

...