Document Details (Trust)
GET {{baseUrl}}/cas/trusts/:trustId/documents/:documentId
Returns Document Details Including All Attachments for a Trust.
Response Body
Key | Datatype | Mandatory | Constraints |
---|---|---|---|
traceNumber | String | Yes | |
name | String | Yes | |
documentDate | String | Yes | ISO 8601 date https://en.wikipedia.org/wiki/ISO_8601 |
asicDocNumber | String | No | |
attachments | List of Objects | Yes | Can be empty |
attachments objects
Key | Datatype | Mandatory | Constraints |
---|---|---|---|
id | Number | Yes | |
name | String | Yes | |
creationDate | String | Yes | ISO 8601 date https://en.wikipedia.org/wiki/ISO_8601 |
status objects
Key | Datatype | Mandatory | Constraints |
---|---|---|---|
id | Number | Yes | |
createdBy | String | Yes | |
type | String | Yes | Descriptive name of Status |
typeId | Number | Yes | |
effectiveDate | String | Yes | Created Date of status |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"attachments":[{"creationDate":"2020-07-03","id":"F933170","name":"Trustee Minutes or Resolutions.pdf"}],"documentDate":"2020-07-03","id":1075468,"lastUpdatedTimestamp":"2020-07-03T04:31:46","name":"Trustee Minutes or Resolutions","status":{"createdBy":"Jeevan Tokhi","effectiveDate":"2020-07-03","id":969219,"type":"DOCUMENT PREPARED","typeId":2},"traceNumber":"103"}