GET api/Student/GetRptAserEnglishSchoolwise/{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 GetRptAserEnglishSchoolwise_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

partnername

string

None.

teamleaderid

string

None.

tlname

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

standard

integer

None.

examtype

string

None.

year

string

None.

boys

integer

None.

girls

integer

None.

appearedstudent

integer

None.

q1

integer

None.

q2

integer

None.

q3

integer

None.

q4

integer

None.

q5

integer

None.

q6

integer

None.

rabsent

integer

None.

mabsent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnername": "sample string 3",
    "teamleaderid": "sample string 4",
    "tlname": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "schoolid": "sample string 8",
    "schoolname": "sample string 9",
    "standard": 1,
    "examtype": "sample string 10",
    "year": "sample string 11",
    "boys": 1,
    "girls": 1,
    "appearedstudent": 1,
    "q1": 1,
    "q2": 1,
    "q3": 1,
    "q4": 1,
    "q5": 1,
    "q6": 1,
    "rabsent": 12,
    "mabsent": 13
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnername": "sample string 3",
    "teamleaderid": "sample string 4",
    "tlname": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "schoolid": "sample string 8",
    "schoolname": "sample string 9",
    "standard": 1,
    "examtype": "sample string 10",
    "year": "sample string 11",
    "boys": 1,
    "girls": 1,
    "appearedstudent": 1,
    "q1": 1,
    "q2": 1,
    "q3": 1,
    "q4": 1,
    "q5": 1,
    "q6": 1,
    "rabsent": 12,
    "mabsent": 13
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptAserEnglishSchoolwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptAserEnglishSchoolwise_Result>
    <appearedstudent>1</appearedstudent>
    <boys>1</boys>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 2</city>
    <examtype>sample string 10</examtype>
    <girls>1</girls>
    <mabsent>13</mabsent>
    <partnername>sample string 3</partnername>
    <q1>1</q1>
    <q2>1</q2>
    <q3>1</q3>
    <q4>1</q4>
    <q5>1</q5>
    <q6>1</q6>
    <rabsent>12</rabsent>
    <schoolid>sample string 8</schoolid>
    <schoolname>sample string 9</schoolname>
    <standard>1</standard>
    <state>sample string 1</state>
    <teamleaderid>sample string 4</teamleaderid>
    <tlname>sample string 5</tlname>
    <year>sample string 11</year>
  </GetRptAserEnglishSchoolwise_Result>
  <GetRptAserEnglishSchoolwise_Result>
    <appearedstudent>1</appearedstudent>
    <boys>1</boys>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 2</city>
    <examtype>sample string 10</examtype>
    <girls>1</girls>
    <mabsent>13</mabsent>
    <partnername>sample string 3</partnername>
    <q1>1</q1>
    <q2>1</q2>
    <q3>1</q3>
    <q4>1</q4>
    <q5>1</q5>
    <q6>1</q6>
    <rabsent>12</rabsent>
    <schoolid>sample string 8</schoolid>
    <schoolname>sample string 9</schoolname>
    <standard>1</standard>
    <state>sample string 1</state>
    <teamleaderid>sample string 4</teamleaderid>
    <tlname>sample string 5</tlname>
    <year>sample string 11</year>
  </GetRptAserEnglishSchoolwise_Result>
</ArrayOfGetRptAserEnglishSchoolwise_Result>