GET api/Student/DownloadMyESchoolAserAssessment1to8/{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 DownloadMyESchoolAserAssessment1to8_ResultName | Description | Type | Additional information |
---|---|---|---|
studentid | string |
None. |
|
studentname | string |
None. |
|
standard | integer |
None. |
|
division | string |
None. |
|
batchid | string |
None. |
|
rollno | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "studentid": "sample string 1", "studentname": "sample string 2", "standard": 3, "division": "sample string 4", "batchid": "sample string 5", "rollno": 6 }, { "studentid": "sample string 1", "studentname": "sample string 2", "standard": 3, "division": "sample string 4", "batchid": "sample string 5", "rollno": 6 } ]
application/xml, text/xml
Sample:
<ArrayOfDownloadMyESchoolAserAssessment1to8_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <DownloadMyESchoolAserAssessment1to8_Result> <batchid>sample string 5</batchid> <division>sample string 4</division> <rollno>6</rollno> <standard>3</standard> <studentid>sample string 1</studentid> <studentname>sample string 2</studentname> </DownloadMyESchoolAserAssessment1to8_Result> <DownloadMyESchoolAserAssessment1to8_Result> <batchid>sample string 5</batchid> <division>sample string 4</division> <rollno>6</rollno> <standard>3</standard> <studentid>sample string 1</studentid> <studentname>sample string 2</studentname> </DownloadMyESchoolAserAssessment1to8_Result> </ArrayOfDownloadMyESchoolAserAssessment1to8_Result>