GET api/firenoc/department/RenewalAppDashboardByUser?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FireRenwalNOCApplicationDashModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RenewalNewCount | integer |
None. |
|
| RenewalInProcessCount | integer |
None. |
|
| RenewalProcessCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RenewalNewCount": 1,
"RenewalInProcessCount": 2,
"RenewalProcessCount": 3
}
application/xml, text/xml
Sample:
<FireRenwalNOCApplicationDashModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FireNOC.Entities.CustomModels"> <RenewalInProcessCount>2</RenewalInProcessCount> <RenewalNewCount>1</RenewalNewCount> <RenewalProcessCount>3</RenewalProcessCount> </FireRenwalNOCApplicationDashModel>