List of Trusts by Label ID

GET {{baseUrl}}/cas/labels/{{labelId}}/trusts?offset={{offset}}&limit={{limit}}

Returns a list of all non-deleted trusts which the user has access to and which are attached to the label in the query.

Query Parameters

Form ParametertypeMandatoryDescription
offsetnumberRequiredExample = 0
limitnumberRequiredExample = 500

Response Body

KeyDatatypeMandatoryConstraints
ABNStringNoMust be a valid ACN if jurisdiction is 'Australia'
formedDateStringYesISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
idStringYesTrust Id
trustNameIdStringYesexisting Contact Id
trusteeAppointedDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
trusteeCompanyIdStringYesexisting Company Id
trusteeContactIdStringYesexisting Contact Id
typeObjectYesMust be either 'UNIT' or 'DISCRETIONARY'
appointorIdStringNoexisting Contact Id
settlorIdStringNoexisting Contact Id

Request Params

KeyDatatypeRequiredDescription
offsetstringnumber
limitstringnumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"trusts":[{"id":17337,"trustNameId":568906,"type":"UNIT","abn":null,"trusteeCompanyId":"022154b9-ce7c-4814-9c8b-11b7d0c1f076","trusteeContactId":null,"appointorId":null,"settlorId":null,"formedDate":"1890-01-15","trusteeAppointedDate":"2015-05-26"},{"id":17788,"trustNameId":572578,"type":"UNIT","abn":null,"trusteeCompanyId":"4800af6e-14b8-4b79-9326-30faeb32ad51","trusteeContactId":null,"appointorId":null,"settlorId":null,"formedDate":"2019-02-25","trusteeAppointedDate":"2019-02-25"}],"offset":0,"limit":500,"total":2}