GET api/v2/investor/accounts/documents2?clientIdentifier={clientIdentifier}&accountNumber={accountNumber}
Returns a list of documents for a given account and user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientIdentifier |
source system client identifier for end-user |
string |
Required |
| accountNumber |
unique identifier for account |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of document models
ApiListResponseOfInvestorDocumentCombinedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of InvestorDocumentCombinedModel |
None. |
|
| TotalLength | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"VaultFile2Id": 1,
"VaultFileCategoryId": 2,
"VaultFileId": 3,
"ParentId": 1,
"IsFolder": true,
"Path": "sample string 5",
"NumberOfFiles": 6,
"NumberOfFolders": 7,
"SortOrder": 1,
"Name": "sample string 8",
"ParentName": "sample string 9",
"FilePath": "sample string 10",
"Extension": "sample string 11",
"UploadDate": "2026-07-22T05:32:16.7818839-05:00",
"FileSize": 13,
"AddedById": 1,
"AddedByName": "sample string 14"
},
{
"VaultFile2Id": 1,
"VaultFileCategoryId": 2,
"VaultFileId": 3,
"ParentId": 1,
"IsFolder": true,
"Path": "sample string 5",
"NumberOfFiles": 6,
"NumberOfFolders": 7,
"SortOrder": 1,
"Name": "sample string 8",
"ParentName": "sample string 9",
"FilePath": "sample string 10",
"Extension": "sample string 11",
"UploadDate": "2026-07-22T05:32:16.7818839-05:00",
"FileSize": 13,
"AddedById": 1,
"AddedByName": "sample string 14"
}
],
"TotalLength": 1
}
application/xml, text/xml
Sample:
<ApiListResponseOfInvestorDocumentCombinedModelV4p3MQZm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalAPI.Models">
<Records xmlns:d2p1="http://schemas.datacontract.org/2004/07/WealthAccessDataModels.Investors.Models">
<d2p1:InvestorDocumentCombinedModel>
<d2p1:AddedById>1</d2p1:AddedById>
<d2p1:AddedByName>sample string 14</d2p1:AddedByName>
<d2p1:Extension>sample string 11</d2p1:Extension>
<d2p1:FilePath>sample string 10</d2p1:FilePath>
<d2p1:FileSize>13</d2p1:FileSize>
<d2p1:IsFolder>true</d2p1:IsFolder>
<d2p1:Name>sample string 8</d2p1:Name>
<d2p1:NumberOfFiles>6</d2p1:NumberOfFiles>
<d2p1:NumberOfFolders>7</d2p1:NumberOfFolders>
<d2p1:ParentId>1</d2p1:ParentId>
<d2p1:ParentName>sample string 9</d2p1:ParentName>
<d2p1:Path>sample string 5</d2p1:Path>
<d2p1:SortOrder>1</d2p1:SortOrder>
<d2p1:UploadDate>2026-07-22T05:32:16.7818839-05:00</d2p1:UploadDate>
<d2p1:VaultFile2Id>1</d2p1:VaultFile2Id>
<d2p1:VaultFileCategoryId>2</d2p1:VaultFileCategoryId>
<d2p1:VaultFileId>3</d2p1:VaultFileId>
</d2p1:InvestorDocumentCombinedModel>
<d2p1:InvestorDocumentCombinedModel>
<d2p1:AddedById>1</d2p1:AddedById>
<d2p1:AddedByName>sample string 14</d2p1:AddedByName>
<d2p1:Extension>sample string 11</d2p1:Extension>
<d2p1:FilePath>sample string 10</d2p1:FilePath>
<d2p1:FileSize>13</d2p1:FileSize>
<d2p1:IsFolder>true</d2p1:IsFolder>
<d2p1:Name>sample string 8</d2p1:Name>
<d2p1:NumberOfFiles>6</d2p1:NumberOfFiles>
<d2p1:NumberOfFolders>7</d2p1:NumberOfFolders>
<d2p1:ParentId>1</d2p1:ParentId>
<d2p1:ParentName>sample string 9</d2p1:ParentName>
<d2p1:Path>sample string 5</d2p1:Path>
<d2p1:SortOrder>1</d2p1:SortOrder>
<d2p1:UploadDate>2026-07-22T05:32:16.7818839-05:00</d2p1:UploadDate>
<d2p1:VaultFile2Id>1</d2p1:VaultFile2Id>
<d2p1:VaultFileCategoryId>2</d2p1:VaultFileCategoryId>
<d2p1:VaultFileId>3</d2p1:VaultFileId>
</d2p1:InvestorDocumentCombinedModel>
</Records>
<TotalLength>1</TotalLength>
</ApiListResponseOfInvestorDocumentCombinedModelV4p3MQZm>