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 ParametertypeMandatoryDescription
offsetnumberRequiredExample = 0
limitnumberRequiredExample = 500

Response Body

KeyDatatypeMandatoryConstraints
formedDateStringYesISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
abnStringNoTrust Id
idStringYesTrust Id
jurisdictionStringYesJurisdiction company was formed in
meetingAddressIdStringYesexisting Address Id
trustNameIdStringYesexisting Contact Id
typeObjectYesMust be either 'UNIT'/'DISCRETIONARY'/'HYBRID'/'BARE'

Request Params

KeyDatatypeRequiredDescription
offsetstringnumber
limitstringnumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

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"}]}