List Trust Deed Details and Documents
GET {{baseUrl}}/sf/funds/:fundId/trustDeeds/
This endpoint returns the trust deed and all previous versions of the trust deed.
API Scopes
The following API scopes can access this resouce
- audit
- smsf_partner
- bgl_partner
Response Body
Field | Mandatory | Data Type | Comments |
---|---|---|---|
deedType | Yes | String (enum) | Initialor Variation |
docKey | Yes | String | |
deedDate | Yes | Date | 2023-06-30T00:00:00.000+0000 |
description | No | String | |
deedSource | No | String | |
clauseNumber | No | String |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: Created
[{"accountId":5919,"clauseNumber":null,"createdDate":"2024-02-19T04:37:34.000+0000","deedDate":"2020-01-01T00:00:00.000+0000","deedSource":null,"deedType":"Initial","description":"Trust Deed","docKey":"5919/8a8bda418cf15e32018cf1860ab2001a/b5b43571-8adb-4181-9468-83af3dd94f4c","fileName":"TrustDeed1.pdf","fundId":"8a8bda418cf15e32018cf1860ab2001a","id":12496},{"accountId":5919,"clauseNumber":2,"createdDate":"2024-02-19T04:40:26.000+0000","deedDate":"2021-01-01T00:00:00.000+0000","deedSource":"source value test","deedType":"Variation","description":"Trust Deed update","docKey":"5919/8a8bda418cf15e32018cf1860ab2001a/ee8c9f27-3eb0-42b1-bda7-4e1e3dd367e3","fileName":"TrustDeed2.pdf","fundId":"8a8bda418cf15e32018cf1860ab2001a","id":12497},{"accountId":5919,"clauseNumber":null,"createdDate":"2024-02-19T05:13:03.000+0000","deedDate":"2023-06-30T00:00:00.000+0000","deedSource":null,"deedType":"Variation","description":"Trust Deed three","docKey":"sf360$5919$8a8bda418cf15e32018cf1860ab2001a$a52d2d91-7861-48eb-bb5f-b64eaaccdf4e","fileName":"TrustDeed3.pdf","fundId":"8a8bda418cf15e32018cf1860ab2001a","id":12500}]