Versions Compared

Key

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

...

KEYEXAMPLEDESCRIPTION
date_modified_beforedate_modified_before(1341281246)Unix Timestamp. e.g 1341281246- Filter out companies that were not modified before this date.
date_modified_afterdate_modified_after(1341281246)Unix Timestamp. e.g 1341281246- Filter out companies that were not modified after this date.
date_created_beforedate_created_before(1341281246)Unix Timestamp. e.g 1341281246- Filter out companies that were not created before this date.
date_created_afterdate_created_after(1341281246)Unix Timestamp. e.g 1341281246- Filter out companies that were not created after this date.
manager_idmanager_id(124,32,43)Array of number. e.g 13,10,15- Filter out companies that do not have a manager with supplied manager id.
faxfax(44445555,55554444)Only return companies with matching fax number(s).
phonephone(44445555,55554444)Only return companies with matching phone number(s).
contact_numbercontact_number(44445555,55554444)Only return companies having a phone or fax matching one of the supplied phone numbers.
default_affiliationdefault_affiliation(12,32,56)Only return companies with given default affiliation id(s).
postal_addresspostal_address(12,43,54)Only return companies with given postal addresses.
idid(1,2,3)Only return companies with given id(s)
standingstanding(inactive)Only return companies with given standing(s)
statusstatus(12,34)Only return companies with given company status id(s)
max_idmax_id(12)Only return companies with id less or equal to max_id
min_idmin_id(342)Only return companies with id greater or equal to min_id

Status
colourGreen
titleNEW

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

 

_filters=order_by_desc(id)

Accepts: id, date_created, date_modified, date_last_interacted

name, standing and status

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
affiliation
country
status

NOTE: fax, phone and contact_number filters ignore whitespace.

...