GET api/MrGetStudentMark?Statement={Statement}&SchoolId={SchoolId}&StandardId={StandardId}&DivisionId={DivisionId}&ExamId={ExamId}&YearId={YearId}&SubjectId={SubjectId}&SubHeadId={SubHeadId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Statement | integer |
Required |
|
| SchoolId | integer |
Required |
|
| StandardId | integer |
Required |
|
| DivisionId | integer |
Required |
|
| ExamId | integer |
Required |
|
| YearId | integer |
Required |
|
| SubjectId | integer |
Required |
|
| SubHeadId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StudentMark| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | integer |
None. |
|
| ExamId | integer |
None. |
|
| YearId | integer |
None. |
|
| StandardID | integer |
None. |
|
| DivisionID | integer |
None. |
|
| StudentId | integer |
None. |
|
| Presenty | boolean |
None. |
|
| DailyInspection | integer |
None. |
|
| OralA | integer |
None. |
|
| PracticalA | integer |
None. |
|
| Project | integer |
None. |
|
| Activity | integer |
None. |
|
| WrittenA | integer |
None. |
|
| Classwork | integer |
None. |
|
| Other | integer |
None. |
|
| TotalA | integer |
None. |
|
| OralB | integer |
None. |
|
| PracticalB | integer |
None. |
|
| WrittenB | integer |
None. |
|
| TotalB | integer |
None. |
|
| TotalAB | integer |
None. |
|
| Grade | string |
None. |
|
| Intreset | integer |
None. |
|
| Progress | integer |
None. |
|
| Correction | integer |
None. |
|
| EntryBy | integer |
None. |
|
| EntryDate | date |
None. |
|
| SubjectTeacher | integer |
None. |
|
| RollNo | integer |
None. |
|
| Name | string |
None. |
|
| RegistrationNo | integer |
None. |
|
| Status | boolean |
None. |
|
| Mark | integer |
None. |
|
| SubjectID | integer |
None. |
|
| SubHead | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"schoolID": 1,
"examId": 2,
"yearId": 3,
"standardID": 4,
"divisionID": 5,
"studentId": 6,
"presenty": true,
"dailyInspection": 8,
"oralA": 9,
"practicalA": 10,
"project": 11,
"activity": 12,
"writtenA": 13,
"classwork": 14,
"other": 15,
"totalA": 16,
"oralB": 17,
"practicalB": 18,
"writtenB": 19,
"totalB": 20,
"totalAB": 21,
"grade": "sample string 22",
"intreset": 23,
"progress": 24,
"correction": 25,
"entryBy": 26,
"entryDate": "2025-11-05T05:57:37.2505604-08:00",
"subjectTeacher": 28,
"rollNo": 29,
"name": "sample string 30",
"registrationNo": 31,
"status": true,
"mark": 33,
"subjectID": 34,
"subHead": 35
},
{
"schoolID": 1,
"examId": 2,
"yearId": 3,
"standardID": 4,
"divisionID": 5,
"studentId": 6,
"presenty": true,
"dailyInspection": 8,
"oralA": 9,
"practicalA": 10,
"project": 11,
"activity": 12,
"writtenA": 13,
"classwork": 14,
"other": 15,
"totalA": 16,
"oralB": 17,
"practicalB": 18,
"writtenB": 19,
"totalB": 20,
"totalAB": 21,
"grade": "sample string 22",
"intreset": 23,
"progress": 24,
"correction": 25,
"entryBy": 26,
"entryDate": "2025-11-05T05:57:37.2505604-08:00",
"subjectTeacher": 28,
"rollNo": 29,
"name": "sample string 30",
"registrationNo": 31,
"status": true,
"mark": 33,
"subjectID": 34,
"subHead": 35
}
]
application/xml, text/xml
Sample:
<ArrayOfStudentMark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMaster_API.Models">
<StudentMark>
<Activity>12</Activity>
<Classwork>14</Classwork>
<Correction>25</Correction>
<DailyInspection>8</DailyInspection>
<DivisionID>5</DivisionID>
<EntryBy>26</EntryBy>
<EntryDate>2025-11-05T05:57:37.2505604-08:00</EntryDate>
<ExamId>2</ExamId>
<Grade>sample string 22</Grade>
<Intreset>23</Intreset>
<Mark>33</Mark>
<Name>sample string 30</Name>
<OralA>9</OralA>
<OralB>17</OralB>
<Other>15</Other>
<PracticalA>10</PracticalA>
<PracticalB>18</PracticalB>
<Presenty>true</Presenty>
<Progress>24</Progress>
<Project>11</Project>
<RegistrationNo>31</RegistrationNo>
<RollNo>29</RollNo>
<SchoolID>1</SchoolID>
<StandardID>4</StandardID>
<Status>true</Status>
<StudentId>6</StudentId>
<SubHead>35</SubHead>
<SubjectID>34</SubjectID>
<SubjectTeacher>28</SubjectTeacher>
<TotalA>16</TotalA>
<TotalAB>21</TotalAB>
<TotalB>20</TotalB>
<WrittenA>13</WrittenA>
<WrittenB>19</WrittenB>
<YearId>3</YearId>
</StudentMark>
<StudentMark>
<Activity>12</Activity>
<Classwork>14</Classwork>
<Correction>25</Correction>
<DailyInspection>8</DailyInspection>
<DivisionID>5</DivisionID>
<EntryBy>26</EntryBy>
<EntryDate>2025-11-05T05:57:37.2505604-08:00</EntryDate>
<ExamId>2</ExamId>
<Grade>sample string 22</Grade>
<Intreset>23</Intreset>
<Mark>33</Mark>
<Name>sample string 30</Name>
<OralA>9</OralA>
<OralB>17</OralB>
<Other>15</Other>
<PracticalA>10</PracticalA>
<PracticalB>18</PracticalB>
<Presenty>true</Presenty>
<Progress>24</Progress>
<Project>11</Project>
<RegistrationNo>31</RegistrationNo>
<RollNo>29</RollNo>
<SchoolID>1</SchoolID>
<StandardID>4</StandardID>
<Status>true</Status>
<StudentId>6</StudentId>
<SubHead>35</SubHead>
<SubjectID>34</SubjectID>
<SubjectTeacher>28</SubjectTeacher>
<TotalA>16</TotalA>
<TotalAB>21</TotalAB>
<TotalB>20</TotalB>
<WrittenA>13</WrittenA>
<WrittenB>19</WrittenB>
<YearId>3</YearId>
</StudentMark>
</ArrayOfStudentMark>