Gets a list of attachments on the given profile ordered by modified date.
Success
Bad Request
Unauthorized
Forbidden
{- "totalSize": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "fileName": "string",
- "fileSizeInBytes": 0,
- "documentType": "string",
- "description": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdById": 0,
- "createdBy": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modifiedById": 0,
- "modifiedBy": "string",
- "linkedTo": "string"
}
]
}