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

string

None.

pcid

string

None.

pcname

string

None.

ohid

string

None.

ohname

string

None.

centid

string

None.

schoolid

string

None.

schoolname

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",
    "schoolid": "sample string 7",
    "schoolname": "sample string 8",
    "state": "sample string 9",
    "city": "sample string 10",
    "teamleader": "sample string 11",
    "boys": 12,
    "girls": 13,
    "totstud": 14,
    "totcomp": 15,
    "partnername": "sample string 16"
  },
  {
    "address": "sample string 1",
    "pcid": "sample string 2",
    "pcname": "sample string 3",
    "ohid": "sample string 4",
    "ohname": "sample string 5",
    "centid": "sample string 6",
    "schoolid": "sample string 7",
    "schoolname": "sample string 8",
    "state": "sample string 9",
    "city": "sample string 10",
    "teamleader": "sample string 11",
    "boys": 12,
    "girls": 13,
    "totstud": 14,
    "totcomp": 15,
    "partnername": "sample string 16"
  }
]

application/xml, text/xml

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