GET api/Center/GetCALCitywiseCenterSchoolCount/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetCALCitywiseCenterSchoolCount_Result
NameDescriptionTypeAdditional information
state

string

None.

city

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",
    "centcount": 3,
    "schcount": 4,
    "boys": 5,
    "girls": 6,
    "totstud": 7,
    "totcomp": 8
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "centcount": 3,
    "schcount": 4,
    "boys": 5,
    "girls": 6,
    "totstud": 7,
    "totcomp": 8
  }
]

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>5</boys>
    <centcount>3</centcount>
    <city>sample string 2</city>
    <girls>6</girls>
    <schcount>4</schcount>
    <state>sample string 1</state>
    <totcomp>8</totcomp>
    <totstud>7</totstud>
  </GetCALCitywiseCenterSchoolCount_Result>
  <GetCALCitywiseCenterSchoolCount_Result>
    <boys>5</boys>
    <centcount>3</centcount>
    <city>sample string 2</city>
    <girls>6</girls>
    <schcount>4</schcount>
    <state>sample string 1</state>
    <totcomp>8</totcomp>
    <totstud>7</totstud>
  </GetCALCitywiseCenterSchoolCount_Result>
</ArrayOfGetCALCitywiseCenterSchoolCount_Result>