Versions Compared

Key

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

...

NameExampleDescription
id(<values>)id(1,2,4) 
shared(<values>)shared(yes)e.g yes, no
staff(<values>) staff(1, 5, 7) 
object(<value>)object(company, contact)e.g, company, contact, affiliation, prospect, issue, milestone, activity, contract, issue, job, quote, staff, task

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

Info

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

...