GET api/Values/GetRptDistrictWiseDashboardActivationCount/{userid}/{role}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptDistrictWiseDashboardActivationCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| country | string |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| totplandevice | integer |
None. |
|
| totdeviceactivate | integer |
None. |
|
| academicyear | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"country": "sample string 1",
"state": "sample string 2",
"district": "sample string 3",
"totplandevice": 1,
"totdeviceactivate": 1,
"academicyear": "sample string 4"
},
{
"country": "sample string 1",
"state": "sample string 2",
"district": "sample string 3",
"totplandevice": 1,
"totdeviceactivate": 1,
"academicyear": "sample string 4"
}
]