Versions Compared

Key

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

...

NameExampleDescription
idid(12,32)Only return contracts by given ids
type(<values>)type(12, 44)Only return contracts by given type ids.
billable(<values>)billable(44, 887)Only return contracts by given billable ids.
standing(<values>)standing(active)Only return contracts by given standing statuses.
manageraffiliation(23, 55)Only return contracts by given manager ids.
statusstatus(12, 15)Only return contracts by given status ids.
ownerowner(22, 867)Only return contracts by given owner ids
againstagainst(company(1,4))Only return contracts with the matching against values. The example will only return tasks against company 1 and 4
against_typeagainst_type(company)Only return contracts that are against a specific object type.
against_idagainst_id(33, 874)Only return contracts against an object with id.
date_expires_beforedate_expires_before(1341281246)Unix Timestamp. e.g 1341281246- Filter out contracts that were not expiry before this date.
date_expires_afterdate_expires_after(1341281246)Unix Timestamp. e.g 1341281246- Filter out contracts that were not expiry after this date.
date_started_beforedate_started_before(1341281246) 
date_started_afterdate_started_after(1341281246) 
date_period_expires_beforedate_period_expires_before(1341281246) 
date_period_expires_afterdate_period_expires_after(1341281246) 
date_created_beforedate_created_before(1341281246) 
date_created_afterdate_created_after(1341281246) 
order_by_asc(<type>), order_by_desc(<type>)_filters=order_by_desc(id)

Accepts: id, date_expires, date_created, date_started, date_period_expires, date_last_interacted, title, 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
type
billable
affiliation
manager
against_id
status
value
renew_days
period_template
service_tax
service_ledger

Handling the response

Please see the get contract for controlling the response.