List of Trusts
GET {{baseUrl}}/cas/trusts?offset={{offset}}&limit={{limit}}
Gets a list of all non-deleted trusts which the user has access to. A trust is a fiduciary relationship in which one person (the trustee) holds assets for the benefit of another (the beneficiary).
Query Parameters
Form Parameter | type | Mandatory | Description |
---|
offset | number | Required | Example = 0 |
limit | number | Required | Example = 500 |
Response Body
Key | Datatype | Mandatory | Constraints |
---|
formedDate | String | Yes | ISO 8601 date https://en.wikipedia.org/wiki/ISO_8601 |
abn | String | No | Trust Id |
id | String | Yes | Trust Id |
jurisdiction | String | Yes | Jurisdiction company was formed in |
meetingAddressId | String | Yes | existing Address Id |
trustNameId | String | Yes | existing Contact Id |
type | Object | Yes | Must be either 'UNIT'/'DISCRETIONARY'/'HYBRID'/'BARE' |
Request Params
Key | Datatype | Required | Description |
---|
offset | string | | number |
limit | string | | number |
Key | Datatype | Required | Description |
---|
Authorization | string | | |
RESPONSES
status: OK
{"limit":500,"offset":0,"total":2,"trusts":[{"formedDate":"2013-07-02","id":20053,"jurisdiction":"Australia","meetingAddressId":929212,"trustNameId":1062014,"type":"UNIT"},{"formedDate":"2020-05-20","id":20184,"jurisdiction":"Australia","meetingAddressId":929212,"trustNameId":963074,"type":"UNIT"}]}