GET api/Documents/{containerid}?edi_files={edi_files}&foldername={foldername}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| containerid | integer |
Required |
|
| edi_files | boolean |
None. |
|
| foldername | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DocFile| Name | Description | Type | Additional information |
|---|---|---|---|
| BlobRefId | integer |
None. |
|
| DocumentName | string |
None. |
|
| IsFolder | boolean |
None. |
|
| TreeId | string |
None. |
|
| ParentTreeId | string |
None. |
|
| ContainerId | integer |
None. |
|
| Version | integer |
None. |
|
| FileSize | integer |
None. |
|
| ChangeDate | date |
None. |
|
| ChangeUserId | string |
None. |
|
| IsReadOnly | boolean |
None. |
|
| Metadata | Collection of DocFileMetaData |
None. |
|
| UploadErrorMessage | string |
None. |
|
| DownloadKey | string |
None. |
|
| PersistentDownloadKey | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BlobRefId": 1,
"DocumentName": "sample string 2",
"IsFolder": true,
"TreeId": "sample string 4",
"ParentTreeId": "sample string 5",
"ContainerId": 6,
"Version": 7,
"FileSize": 8,
"ChangeDate": "2026-05-17T02:49:28Z",
"ChangeUserId": "sample string 9",
"IsReadOnly": true,
"Metadata": [
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
},
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
}
],
"UploadErrorMessage": "sample string 11",
"DownloadKey": "sample string 12",
"PersistentDownloadKey": "sample string 13"
},
{
"BlobRefId": 1,
"DocumentName": "sample string 2",
"IsFolder": true,
"TreeId": "sample string 4",
"ParentTreeId": "sample string 5",
"ContainerId": 6,
"Version": 7,
"FileSize": 8,
"ChangeDate": "2026-05-17T02:49:28Z",
"ChangeUserId": "sample string 9",
"IsReadOnly": true,
"Metadata": [
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
},
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
}
],
"UploadErrorMessage": "sample string 11",
"DownloadKey": "sample string 12",
"PersistentDownloadKey": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfDocFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntrePortalShared.Common">
<DocFile>
<BlobRefId>1</BlobRefId>
<ChangeDate>2026-05-17T14:49:28.7213198+02:00</ChangeDate>
<ChangeUserId>sample string 9</ChangeUserId>
<ContainerId>6</ContainerId>
<DocumentName>sample string 2</DocumentName>
<DownloadKey>sample string 12</DownloadKey>
<FileSize>8</FileSize>
<IsFolder>true</IsFolder>
<IsReadOnly>true</IsReadOnly>
<Metadata>
<DocFileMetaData>
<Id>1</Id>
<Key>sample string 2</Key>
<Value>sample string 3</Value>
</DocFileMetaData>
<DocFileMetaData>
<Id>1</Id>
<Key>sample string 2</Key>
<Value>sample string 3</Value>
</DocFileMetaData>
</Metadata>
<ParentTreeId>sample string 5</ParentTreeId>
<PersistentDownloadKey>sample string 13</PersistentDownloadKey>
<TreeId>sample string 4</TreeId>
<UploadErrorMessage>sample string 11</UploadErrorMessage>
<Version>7</Version>
</DocFile>
<DocFile>
<BlobRefId>1</BlobRefId>
<ChangeDate>2026-05-17T14:49:28.7213198+02:00</ChangeDate>
<ChangeUserId>sample string 9</ChangeUserId>
<ContainerId>6</ContainerId>
<DocumentName>sample string 2</DocumentName>
<DownloadKey>sample string 12</DownloadKey>
<FileSize>8</FileSize>
<IsFolder>true</IsFolder>
<IsReadOnly>true</IsReadOnly>
<Metadata>
<DocFileMetaData>
<Id>1</Id>
<Key>sample string 2</Key>
<Value>sample string 3</Value>
</DocFileMetaData>
<DocFileMetaData>
<Id>1</Id>
<Key>sample string 2</Key>
<Value>sample string 3</Value>
</DocFileMetaData>
</Metadata>
<ParentTreeId>sample string 5</ParentTreeId>
<PersistentDownloadKey>sample string 13</PersistentDownloadKey>
<TreeId>sample string 4</TreeId>
<UploadErrorMessage>sample string 11</UploadErrorMessage>
<Version>7</Version>
</DocFile>
</ArrayOfDocFile>