GET api/Student/GetRPTMyEschoolAserSchoolLevel/{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 GetRPTMyEschoolAserSchoolLevel_ResultName | Description | Type | Additional information |
---|---|---|---|
State | string |
None. |
|
City | string |
None. |
|
partnername | string |
None. |
|
TeamleaderName | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
medium | string |
None. |
|
standard | integer |
None. |
|
examtype | string |
None. |
|
year | string |
None. |
|
absent | integer |
None. |
|
q1 | integer |
None. |
|
q2 | integer |
None. |
|
q3 | integer |
None. |
|
q4 | integer |
None. |
|
q5 | integer |
None. |
|
q6 | integer |
None. |
|
q7 | integer |
None. |
|
q8 | integer |
None. |
|
q9 | integer |
None. |
|
q10 | integer |
None. |
|
q11 | integer |
None. |
|
q12 | integer |
None. |
|
q13 | integer |
None. |
|
q14 | integer |
None. |
|
q15 | integer |
None. |
|
q16 | integer |
None. |
|
q17 | integer |
None. |
|
q18 | integer |
None. |
|
q19 | integer |
None. |
|
totstudent | integer |
None. |
|
appeared | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "State": "sample string 1", "City": "sample string 2", "partnername": "sample string 3", "TeamleaderName": "sample string 4", "centid": "sample string 5", "centname": "sample string 6", "schoolid": "sample string 7", "schoolname": "sample string 8", "medium": "sample string 9", "standard": 1, "examtype": "sample string 10", "year": "sample string 11", "absent": 1, "q1": 1, "q2": 1, "q3": 1, "q4": 1, "q5": 1, "q6": 1, "q7": 1, "q8": 1, "q9": 1, "q10": 1, "q11": 1, "q12": 1, "q13": 1, "q14": 1, "q15": 1, "q16": 1, "q17": 1, "q18": 1, "q19": 1, "totstudent": 1, "appeared": 1, "boys": 1, "girls": 1 }, { "State": "sample string 1", "City": "sample string 2", "partnername": "sample string 3", "TeamleaderName": "sample string 4", "centid": "sample string 5", "centname": "sample string 6", "schoolid": "sample string 7", "schoolname": "sample string 8", "medium": "sample string 9", "standard": 1, "examtype": "sample string 10", "year": "sample string 11", "absent": 1, "q1": 1, "q2": 1, "q3": 1, "q4": 1, "q5": 1, "q6": 1, "q7": 1, "q8": 1, "q9": 1, "q10": 1, "q11": 1, "q12": 1, "q13": 1, "q14": 1, "q15": 1, "q16": 1, "q17": 1, "q18": 1, "q19": 1, "totstudent": 1, "appeared": 1, "boys": 1, "girls": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRPTMyEschoolAserSchoolLevel_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRPTMyEschoolAserSchoolLevel_Result> <City>sample string 2</City> <State>sample string 1</State> <TeamleaderName>sample string 4</TeamleaderName> <absent>1</absent> <appeared>1</appeared> <boys>1</boys> <centid>sample string 5</centid> <centname>sample string 6</centname> <examtype>sample string 10</examtype> <girls>1</girls> <medium>sample string 9</medium> <partnername>sample string 3</partnername> <q1>1</q1> <q10>1</q10> <q11>1</q11> <q12>1</q12> <q13>1</q13> <q14>1</q14> <q15>1</q15> <q16>1</q16> <q17>1</q17> <q18>1</q18> <q19>1</q19> <q2>1</q2> <q3>1</q3> <q4>1</q4> <q5>1</q5> <q6>1</q6> <q7>1</q7> <q8>1</q8> <q9>1</q9> <schoolid>sample string 7</schoolid> <schoolname>sample string 8</schoolname> <standard>1</standard> <totstudent>1</totstudent> <year>sample string 11</year> </GetRPTMyEschoolAserSchoolLevel_Result> <GetRPTMyEschoolAserSchoolLevel_Result> <City>sample string 2</City> <State>sample string 1</State> <TeamleaderName>sample string 4</TeamleaderName> <absent>1</absent> <appeared>1</appeared> <boys>1</boys> <centid>sample string 5</centid> <centname>sample string 6</centname> <examtype>sample string 10</examtype> <girls>1</girls> <medium>sample string 9</medium> <partnername>sample string 3</partnername> <q1>1</q1> <q10>1</q10> <q11>1</q11> <q12>1</q12> <q13>1</q13> <q14>1</q14> <q15>1</q15> <q16>1</q16> <q17>1</q17> <q18>1</q18> <q19>1</q19> <q2>1</q2> <q3>1</q3> <q4>1</q4> <q5>1</q5> <q6>1</q6> <q7>1</q7> <q8>1</q8> <q9>1</q9> <schoolid>sample string 7</schoolid> <schoolname>sample string 8</schoolname> <standard>1</standard> <totstudent>1</totstudent> <year>sample string 11</year> </GetRPTMyEschoolAserSchoolLevel_Result> </ArrayOfGetRPTMyEschoolAserSchoolLevel_Result>