GET api/Document/Archive/Directories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentArchiveDirectory| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1"
},
{
"name": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfDocumentArchiveDirectory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DocumentArchiveDirectory>
<name>sample string 1</name>
</DocumentArchiveDirectory>
<DocumentArchiveDirectory>
<name>sample string 1</name>
</DocumentArchiveDirectory>
</ArrayOfDocumentArchiveDirectory>