GET api/Student/DownloadMESNumeracyAssessmentLite/{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 DownloadMESNumeracyAssessmentLite_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| mode | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| standard | string |
None. |
|
| division | string |
None. |
|
| batchid | string |
None. |
|
| rollno | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"mode": "sample string 1",
"centid": "sample string 2",
"centname": "sample string 3",
"schoolid": "sample string 4",
"schoolname": "sample string 5",
"studentid": "sample string 6",
"studentname": "sample string 7",
"standard": "sample string 8",
"division": "sample string 9",
"batchid": "sample string 10",
"rollno": 11
},
{
"mode": "sample string 1",
"centid": "sample string 2",
"centname": "sample string 3",
"schoolid": "sample string 4",
"schoolname": "sample string 5",
"studentid": "sample string 6",
"studentname": "sample string 7",
"standard": "sample string 8",
"division": "sample string 9",
"batchid": "sample string 10",
"rollno": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfDownloadMESNumeracyAssessmentLite_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<DownloadMESNumeracyAssessmentLite_Result>
<batchid>sample string 10</batchid>
<centid>sample string 2</centid>
<centname>sample string 3</centname>
<division>sample string 9</division>
<mode>sample string 1</mode>
<rollno>11</rollno>
<schoolid>sample string 4</schoolid>
<schoolname>sample string 5</schoolname>
<standard>sample string 8</standard>
<studentid>sample string 6</studentid>
<studentname>sample string 7</studentname>
</DownloadMESNumeracyAssessmentLite_Result>
<DownloadMESNumeracyAssessmentLite_Result>
<batchid>sample string 10</batchid>
<centid>sample string 2</centid>
<centname>sample string 3</centname>
<division>sample string 9</division>
<mode>sample string 1</mode>
<rollno>11</rollno>
<schoolid>sample string 4</schoolid>
<schoolname>sample string 5</schoolname>
<standard>sample string 8</standard>
<studentid>sample string 6</studentid>
<studentname>sample string 7</studentname>
</DownloadMESNumeracyAssessmentLite_Result>
</ArrayOfDownloadMESNumeracyAssessmentLite_Result>