GET api/Student/GetCALDashSchoolList/{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 GetCALDashSchoolList_Result
NameDescriptionTypeAdditional information
address

string

None.

pcid

string

None.

pcname

string

None.

ohid

string

None.

ohname

string

None.

centid

string

None.

centname

string

None.

state

string

None.

city

string

None.

teamleader

string

None.

boys

integer

None.

girls

integer

None.

totstud

integer

None.

totcomp

integer

None.

partnername

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "address": "sample string 1",
    "pcid": "sample string 2",
    "pcname": "sample string 3",
    "ohid": "sample string 4",
    "ohname": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "state": "sample string 8",
    "city": "sample string 9",
    "teamleader": "sample string 10",
    "boys": 11,
    "girls": 12,
    "totstud": 13,
    "totcomp": 14,
    "partnername": "sample string 15"
  },
  {
    "address": "sample string 1",
    "pcid": "sample string 2",
    "pcname": "sample string 3",
    "ohid": "sample string 4",
    "ohname": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "state": "sample string 8",
    "city": "sample string 9",
    "teamleader": "sample string 10",
    "boys": 11,
    "girls": 12,
    "totstud": 13,
    "totcomp": 14,
    "partnername": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALDashSchoolList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALDashSchoolList_Result>
    <address>sample string 1</address>
    <boys>11</boys>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 9</city>
    <girls>12</girls>
    <ohid>sample string 4</ohid>
    <ohname>sample string 5</ohname>
    <partnername>sample string 15</partnername>
    <pcid>sample string 2</pcid>
    <pcname>sample string 3</pcname>
    <state>sample string 8</state>
    <teamleader>sample string 10</teamleader>
    <totcomp>14</totcomp>
    <totstud>13</totstud>
  </GetCALDashSchoolList_Result>
  <GetCALDashSchoolList_Result>
    <address>sample string 1</address>
    <boys>11</boys>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 9</city>
    <girls>12</girls>
    <ohid>sample string 4</ohid>
    <ohname>sample string 5</ohname>
    <partnername>sample string 15</partnername>
    <pcid>sample string 2</pcid>
    <pcname>sample string 3</pcname>
    <state>sample string 8</state>
    <teamleader>sample string 10</teamleader>
    <totcomp>14</totcomp>
    <totstud>13</totstud>
  </GetCALDashSchoolList_Result>
</ArrayOfGetCALDashSchoolList_Result>