GET api/Student/GetRptIVDPSTEMSchoolwise6to12/{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 GetRptIVDPSTEMSchoolwise6to12_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
partnerid | 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. |
|
medium | string |
None. |
|
examtype | string |
None. |
|
year | string |
None. |
|
absent | integer |
None. |
|
c1 | integer |
None. |
|
c2 | integer |
None. |
|
c3 | integer |
None. |
|
c4 | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
appeared | integer |
None. |
|
totenrolled | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "partnerid": "sample string 3", "partnername": "sample string 4", "teamleaderid": "sample string 5", "tlname": "sample string 6", "centid": "sample string 7", "centname": "sample string 8", "schoolid": "sample string 9", "schoolname": "sample string 10", "standard": 1, "medium": "sample string 11", "examtype": "sample string 12", "year": "sample string 13", "absent": 1, "c1": 1, "c2": 1, "c3": 1, "c4": 1, "boys": 1, "girls": 1, "appeared": 1, "totenrolled": 1 }, { "state": "sample string 1", "city": "sample string 2", "partnerid": "sample string 3", "partnername": "sample string 4", "teamleaderid": "sample string 5", "tlname": "sample string 6", "centid": "sample string 7", "centname": "sample string 8", "schoolid": "sample string 9", "schoolname": "sample string 10", "standard": 1, "medium": "sample string 11", "examtype": "sample string 12", "year": "sample string 13", "absent": 1, "c1": 1, "c2": 1, "c3": 1, "c4": 1, "boys": 1, "girls": 1, "appeared": 1, "totenrolled": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptIVDPSTEMSchoolwise6to12_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptIVDPSTEMSchoolwise6to12_Result> <absent>1</absent> <appeared>1</appeared> <boys>1</boys> <c1>1</c1> <c2>1</c2> <c3>1</c3> <c4>1</c4> <centid>sample string 7</centid> <centname>sample string 8</centname> <city>sample string 2</city> <examtype>sample string 12</examtype> <girls>1</girls> <medium>sample string 11</medium> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> <schoolid>sample string 9</schoolid> <schoolname>sample string 10</schoolname> <standard>1</standard> <state>sample string 1</state> <teamleaderid>sample string 5</teamleaderid> <tlname>sample string 6</tlname> <totenrolled>1</totenrolled> <year>sample string 13</year> </GetRptIVDPSTEMSchoolwise6to12_Result> <GetRptIVDPSTEMSchoolwise6to12_Result> <absent>1</absent> <appeared>1</appeared> <boys>1</boys> <c1>1</c1> <c2>1</c2> <c3>1</c3> <c4>1</c4> <centid>sample string 7</centid> <centname>sample string 8</centname> <city>sample string 2</city> <examtype>sample string 12</examtype> <girls>1</girls> <medium>sample string 11</medium> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> <schoolid>sample string 9</schoolid> <schoolname>sample string 10</schoolname> <standard>1</standard> <state>sample string 1</state> <teamleaderid>sample string 5</teamleaderid> <tlname>sample string 6</tlname> <totenrolled>1</totenrolled> <year>sample string 13</year> </GetRptIVDPSTEMSchoolwise6to12_Result> </ArrayOfGetRptIVDPSTEMSchoolwise6to12_Result>