GET api/Values/GetTopSchoolsOverallUsageGraph?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTopSchoolsOverallUsageGraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| district | string |
None. |
|
| block | string |
None. |
|
| totalusage | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"schoolid": "sample string 1",
"schoolname": "sample string 2",
"district": "sample string 3",
"block": "sample string 4",
"totalusage": "sample string 5"
},
{
"schoolid": "sample string 1",
"schoolname": "sample string 2",
"district": "sample string 3",
"block": "sample string 4",
"totalusage": "sample string 5"
}
]