GET api/Faculty/GetSemiStudentsChangeGrade?scheduleId={scheduleId}&type={type}&academicYearSemesterId={academicYearSemesterId}
Gets the semi students change grade.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduleId |
The schedule identifier. |
integer |
Required |
| type |
The type. |
string |
Required |
| academicYearSemesterId |
The academic year semester identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfListOfSemiStudentChangeGrade| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SemiStudentChangeGrade |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"DisplayName": "sample string 1",
"SectionId": 1,
"Section": "sample string 2",
"StaffId": 1,
"Staff": "sample string 3",
"StudentId": 1,
"StudentStudentId": "sample string 4",
"StudentGradeId": 1,
"StudentName": "sample string 5",
"OldMarks": "sample string 6",
"OldGrade": "sample string 7",
"NewMarks": "sample string 8",
"NewGrade": "sample string 9",
"IsPassingGrade": true,
"IncludeInGpa": true,
"AcademicYearSemesterId": 1,
"AcademicYearSemester": "sample string 10",
"CourseId": 11,
"Course": "sample string 12",
"CourseShortName": "sample string 13",
"CourseCode": "sample string 14",
"CourseShortCode": "sample string 15",
"CollegeId": 16,
"DepartmentId": 17,
"CourseLevelTypeId": 1,
"CourseLevelType": "sample string 18",
"Comment": "sample string 19",
"Status": "sample string 20",
"StatusReason": "sample string 21",
"StatusId": 1,
"StatusClass": "sample string 22",
"Id": 23,
"CreatedById": 1,
"UpdatedById": 1,
"TempRefId": 1,
"CreatedDate": "2025-12-06T05:28:56.0227088+00:00",
"UpdatedDate": "2025-12-06T05:28:56.0227088+00:00",
"IsActive": true,
"IsDelete": true
},
{
"DisplayName": "sample string 1",
"SectionId": 1,
"Section": "sample string 2",
"StaffId": 1,
"Staff": "sample string 3",
"StudentId": 1,
"StudentStudentId": "sample string 4",
"StudentGradeId": 1,
"StudentName": "sample string 5",
"OldMarks": "sample string 6",
"OldGrade": "sample string 7",
"NewMarks": "sample string 8",
"NewGrade": "sample string 9",
"IsPassingGrade": true,
"IncludeInGpa": true,
"AcademicYearSemesterId": 1,
"AcademicYearSemester": "sample string 10",
"CourseId": 11,
"Course": "sample string 12",
"CourseShortName": "sample string 13",
"CourseCode": "sample string 14",
"CourseShortCode": "sample string 15",
"CollegeId": 16,
"DepartmentId": 17,
"CourseLevelTypeId": 1,
"CourseLevelType": "sample string 18",
"Comment": "sample string 19",
"Status": "sample string 20",
"StatusReason": "sample string 21",
"StatusId": 1,
"StatusClass": "sample string 22",
"Id": 23,
"CreatedById": 1,
"UpdatedById": 1,
"TempRefId": 1,
"CreatedDate": "2025-12-06T05:28:56.0227088+00:00",
"UpdatedDate": "2025-12-06T05:28:56.0227088+00:00",
"IsActive": true,
"IsDelete": true
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}