Versions Compared

Key

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

...

standingArray of standing status strings. For example standing(inactive,active)- filter out affiliation that do not have the supplied standing.
mobileOnly return affiliations matching the supplied mobile number(s).
faxOnly return affiliations matching the supplied fax number(s).
phoneOnly return affiliations matching the supplied phone number(s).
contact_numberOnly return affiliations having a mobile, phone or fax matching one of the supplied phone numbers.

Status
colourGreen
titleNEW

order_by_asc(<type>), order_by_desc(<type>)

 

Accepts: fullname, status, standing, date_modified and date_last_interacted

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>)

Available fields:

id
country
physical_address
postal_address
contact
status


NOTE: filters will ignore whitespace and are generally whitelists.

...