get https://api.toriihq.com/v1.0/contracts
Returns a list of contracts in the organization.
Filtering is available via the documented query parameters below and by custom application fields.
Example:GET /contracts?fields=id,name,idApp,myCustomField&status=active&myCustomField=true
The above example returns a list of contracts that are in active
status and myCustomField
is true. Each contract object will contain the id
, name
, idApp
and myCustomField
fields.
Multi Currency Support: All currency fields are returned in their original amounts based on the contract currency. To get the contract currency, add currency
to fields
.
Example:GET /contracts?fields=id,name,amount,currency
- Rate limit: 100 requests per minute