GET api/DocumentCenter/Counters?orgUnit1={orgUnit1}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgUnit1 | string |
None. |
Body Parameters
None.
Response Information
Resource Description
DocCenterCounters| Name | Description | Type | Additional information |
|---|---|---|---|
| openDocuments | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"openDocuments": 1
}
application/xml, text/xml
Sample:
<DocCenterCounters xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <openDocuments>1</openDocuments> </DocCenterCounters>