GET api/Values/GetRptSchoolwiseActivationCountSummary/{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 GetRptSchoolwiseActivationCountSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| country | string |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| block | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| totalschoolcount | integer |
None. |
|
| totdevicecount | integer |
None. |
|
| totregistered | integer |
None. |
|
| totdeviceactivate | integer |
None. |
|
| totdevicenotactivated | integer |
None. |
|
| totnotregistered | integer |
None. |
|
| academicyear | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"country": "sample string 1",
"state": "sample string 2",
"district": "sample string 3",
"block": "sample string 4",
"partnerid": "sample string 5",
"partnername": "sample string 6",
"totalschoolcount": 1,
"totdevicecount": 1,
"totregistered": 7,
"totdeviceactivate": 1,
"totdevicenotactivated": 1,
"totnotregistered": 1,
"academicyear": "sample string 8"
},
{
"country": "sample string 1",
"state": "sample string 2",
"district": "sample string 3",
"block": "sample string 4",
"partnerid": "sample string 5",
"partnername": "sample string 6",
"totalschoolcount": 1,
"totdevicecount": 1,
"totregistered": 7,
"totdeviceactivate": 1,
"totdevicenotactivated": 1,
"totnotregistered": 1,
"academicyear": "sample string 8"
}
]