Versions Compared

Key

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

...

NameExampleDescription
id  
max_id  
min_id  
standing(<statuses>) Accepts:

'pending','open','converted','closed'

affiliation(<ids>)  
type(<ids>)  
priority(<ids>)  
lead(<ids>)  
date_created_before(<unix timestamp>), date_created_after(<unix timestamp>)  
order_by_desc(<type>), order_by_asc(<type>) Accepts: date_created and id.

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
type
progressed_by
lead
affiliation
priority

Info

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

...