GET api/DocumentCenter/Dashboard
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DashboardInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| clientNo | string |
None. |
|
| clientName | string |
None. |
|
| noOfDocumentsTotal | integer |
None. |
|
| noOfDocumentsOpen | integer |
None. |
|
| customerNo | integer |
None. |
|
| deviceId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"clientNo": "sample string 1",
"clientName": "sample string 2",
"noOfDocumentsTotal": 3,
"noOfDocumentsOpen": 4,
"customerNo": 1,
"deviceId": "sample string 5"
},
{
"clientNo": "sample string 1",
"clientName": "sample string 2",
"noOfDocumentsTotal": 3,
"noOfDocumentsOpen": 4,
"customerNo": 1,
"deviceId": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfDashboardInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DashboardInfo>
<clientNo>sample string 1</clientNo>
<clientName>sample string 2</clientName>
<noOfDocumentsTotal>3</noOfDocumentsTotal>
<noOfDocumentsOpen>4</noOfDocumentsOpen>
<customerNo>1</customerNo>
<deviceId>sample string 5</deviceId>
</DashboardInfo>
<DashboardInfo>
<clientNo>sample string 1</clientNo>
<clientName>sample string 2</clientName>
<noOfDocumentsTotal>3</noOfDocumentsTotal>
<noOfDocumentsOpen>4</noOfDocumentsOpen>
<customerNo>1</customerNo>
<deviceId>sample string 5</deviceId>
</DashboardInfo>
</ArrayOfDashboardInfo>