GET api/Student/GetRptMyESchoolschoolwiseSTEM24/{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 GetRptMyESchoolschoolwiseSTEM24_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| standard | integer |
None. |
|
| examtype | string |
None. |
|
| year | string |
None. |
|
| appeardstud | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| e1 | integer |
None. |
|
| e2 | integer |
None. |
|
| e3 | integer |
None. |
|
| e4 | integer |
None. |
|
| eabsent | integer |
None. |
|
| m1 | integer |
None. |
|
| m2 | integer |
None. |
|
| m3 | integer |
None. |
|
| m4 | integer |
None. |
|
| m5 | integer |
None. |
|
| mabsent | integer |
None. |
|
| s1 | integer |
None. |
|
| s2 | integer |
None. |
|
| s3 | integer |
None. |
|
| s4 | integer |
None. |
|
| sabsent | integer |
None. |
|
| i1 | integer |
None. |
|
| i2 | integer |
None. |
|
| iabsent | integer |
None. |
|
| t1 | integer |
None. |
|
| t2 | integer |
None. |
|
| t3 | integer |
None. |
|
| t4 | integer |
None. |
|
| tabsent | integer |
None. |
|
| mode | string |
None. |
|
| absent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"partnerid": "sample string 5",
"partnername": "sample string 6",
"teamleaderid": "sample string 7",
"tlname": "sample string 8",
"schoolid": "sample string 9",
"schoolname": "sample string 10",
"standard": 1,
"examtype": "sample string 11",
"year": "sample string 12",
"appeardstud": 1,
"boys": 1,
"girls": 1,
"e1": 1,
"e2": 1,
"e3": 1,
"e4": 1,
"eabsent": 1,
"m1": 1,
"m2": 1,
"m3": 1,
"m4": 1,
"m5": 1,
"mabsent": 1,
"s1": 1,
"s2": 1,
"s3": 1,
"s4": 1,
"sabsent": 1,
"i1": 1,
"i2": 1,
"iabsent": 1,
"t1": 1,
"t2": 1,
"t3": 1,
"t4": 1,
"tabsent": 1,
"mode": "sample string 13",
"absent": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"partnerid": "sample string 5",
"partnername": "sample string 6",
"teamleaderid": "sample string 7",
"tlname": "sample string 8",
"schoolid": "sample string 9",
"schoolname": "sample string 10",
"standard": 1,
"examtype": "sample string 11",
"year": "sample string 12",
"appeardstud": 1,
"boys": 1,
"girls": 1,
"e1": 1,
"e2": 1,
"e3": 1,
"e4": 1,
"eabsent": 1,
"m1": 1,
"m2": 1,
"m3": 1,
"m4": 1,
"m5": 1,
"mabsent": 1,
"s1": 1,
"s2": 1,
"s3": 1,
"s4": 1,
"sabsent": 1,
"i1": 1,
"i2": 1,
"iabsent": 1,
"t1": 1,
"t2": 1,
"t3": 1,
"t4": 1,
"tabsent": 1,
"mode": "sample string 13",
"absent": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptMyESchoolschoolwiseSTEM24_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptMyESchoolschoolwiseSTEM24_Result>
<absent>1</absent>
<appeardstud>1</appeardstud>
<boys>1</boys>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 2</city>
<e1>1</e1>
<e2>1</e2>
<e3>1</e3>
<e4>1</e4>
<eabsent>1</eabsent>
<examtype>sample string 11</examtype>
<girls>1</girls>
<i1>1</i1>
<i2>1</i2>
<iabsent>1</iabsent>
<m1>1</m1>
<m2>1</m2>
<m3>1</m3>
<m4>1</m4>
<m5>1</m5>
<mabsent>1</mabsent>
<mode>sample string 13</mode>
<partnerid>sample string 5</partnerid>
<partnername>sample string 6</partnername>
<s1>1</s1>
<s2>1</s2>
<s3>1</s3>
<s4>1</s4>
<sabsent>1</sabsent>
<schoolid>sample string 9</schoolid>
<schoolname>sample string 10</schoolname>
<standard>1</standard>
<state>sample string 1</state>
<t1>1</t1>
<t2>1</t2>
<t3>1</t3>
<t4>1</t4>
<tabsent>1</tabsent>
<teamleaderid>sample string 7</teamleaderid>
<tlname>sample string 8</tlname>
<year>sample string 12</year>
</GetRptMyESchoolschoolwiseSTEM24_Result>
<GetRptMyESchoolschoolwiseSTEM24_Result>
<absent>1</absent>
<appeardstud>1</appeardstud>
<boys>1</boys>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 2</city>
<e1>1</e1>
<e2>1</e2>
<e3>1</e3>
<e4>1</e4>
<eabsent>1</eabsent>
<examtype>sample string 11</examtype>
<girls>1</girls>
<i1>1</i1>
<i2>1</i2>
<iabsent>1</iabsent>
<m1>1</m1>
<m2>1</m2>
<m3>1</m3>
<m4>1</m4>
<m5>1</m5>
<mabsent>1</mabsent>
<mode>sample string 13</mode>
<partnerid>sample string 5</partnerid>
<partnername>sample string 6</partnername>
<s1>1</s1>
<s2>1</s2>
<s3>1</s3>
<s4>1</s4>
<sabsent>1</sabsent>
<schoolid>sample string 9</schoolid>
<schoolname>sample string 10</schoolname>
<standard>1</standard>
<state>sample string 1</state>
<t1>1</t1>
<t2>1</t2>
<t3>1</t3>
<t4>1</t4>
<tabsent>1</tabsent>
<teamleaderid>sample string 7</teamleaderid>
<tlname>sample string 8</tlname>
<year>sample string 12</year>
</GetRptMyESchoolschoolwiseSTEM24_Result>
</ArrayOfGetRptMyESchoolschoolwiseSTEM24_Result>