GET api/Center/GetCALCitywiseCenterSchoolCount/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALCitywiseCenterSchoolCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| partnerid | string |
None. |
|
| centcount | integer |
None. |
|
| schcount | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| totstud | integer |
None. |
|
| totcomp | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"partnerid": "sample string 3",
"centcount": 4,
"schcount": 5,
"boys": 6,
"girls": 7,
"totstud": 8,
"totcomp": 9
},
{
"state": "sample string 1",
"city": "sample string 2",
"partnerid": "sample string 3",
"centcount": 4,
"schcount": 5,
"boys": 6,
"girls": 7,
"totstud": 8,
"totcomp": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALCitywiseCenterSchoolCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALCitywiseCenterSchoolCount_Result>
<boys>6</boys>
<centcount>4</centcount>
<city>sample string 2</city>
<girls>7</girls>
<partnerid>sample string 3</partnerid>
<schcount>5</schcount>
<state>sample string 1</state>
<totcomp>9</totcomp>
<totstud>8</totstud>
</GetCALCitywiseCenterSchoolCount_Result>
<GetCALCitywiseCenterSchoolCount_Result>
<boys>6</boys>
<centcount>4</centcount>
<city>sample string 2</city>
<girls>7</girls>
<partnerid>sample string 3</partnerid>
<schcount>5</schcount>
<state>sample string 1</state>
<totcomp>9</totcomp>
<totstud>8</totstud>
</GetCALCitywiseCenterSchoolCount_Result>
</ArrayOfGetCALCitywiseCenterSchoolCount_Result>