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