GET api/Center/GetCALStatewiseCenterSchoolCountATAL/{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 GetCALStatewiseCenterSchoolCountATAL_ResultName | Description | Type | Additional information |
---|---|---|---|
state | 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", "centcount": 1, "schcount": 1, "boys": 1, "girls": 1, "totstud": 1, "totcomp": 1 }, { "state": "sample string 1", "centcount": 1, "schcount": 1, "boys": 1, "girls": 1, "totstud": 1, "totcomp": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALStatewiseCenterSchoolCountATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALStatewiseCenterSchoolCountATAL_Result> <boys>1</boys> <centcount>1</centcount> <girls>1</girls> <schcount>1</schcount> <state>sample string 1</state> <totcomp>1</totcomp> <totstud>1</totstud> </GetCALStatewiseCenterSchoolCountATAL_Result> <GetCALStatewiseCenterSchoolCountATAL_Result> <boys>1</boys> <centcount>1</centcount> <girls>1</girls> <schcount>1</schcount> <state>sample string 1</state> <totcomp>1</totcomp> <totstud>1</totstud> </GetCALStatewiseCenterSchoolCountATAL_Result> </ArrayOfGetCALStatewiseCenterSchoolCountATAL_Result>