GET api/Faculty/GetSemiStudentsGrade?scheduleId={scheduleId}&type={type}&academicYearSemesterId={academicYearSemesterId}

Gets the semi students grade.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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>.

ResponseOfListOfSemiStudentGrade
NameDescriptionTypeAdditional information
Data

Collection of SemiStudentGrade

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",
      "StudentName": "sample string 5",
      "Marks": "sample string 6",
      "Grade": "sample string 7",
      "IsPassingGrade": true,
      "IncludeInGpa": true,
      "AcademicYearSemesterId": 1,
      "AcademicYearSemester": "sample string 8",
      "CourseId": 9,
      "Course": "sample string 10",
      "CourseShortName": "sample string 11",
      "CourseCode": "sample string 12",
      "CourseShortCode": "sample string 13",
      "CollegeId": 14,
      "DepartmentId": 15,
      "CourseLevelTypeId": 1,
      "CourseLevelType": "sample string 16",
      "Comment": "sample string 17",
      "Status": "sample string 18",
      "StatusReason": "sample string 19",
      "StatusId": 1,
      "StatusClass": "sample string 20",
      "CreditHour": 1.1,
      "Id": 21,
      "CreatedById": 1,
      "UpdatedById": 1,
      "TempRefId": 1,
      "CreatedDate": "2025-12-06T03:51:44.6905358+00:00",
      "UpdatedDate": "2025-12-06T03:51:44.6905358+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",
      "StudentName": "sample string 5",
      "Marks": "sample string 6",
      "Grade": "sample string 7",
      "IsPassingGrade": true,
      "IncludeInGpa": true,
      "AcademicYearSemesterId": 1,
      "AcademicYearSemester": "sample string 8",
      "CourseId": 9,
      "Course": "sample string 10",
      "CourseShortName": "sample string 11",
      "CourseCode": "sample string 12",
      "CourseShortCode": "sample string 13",
      "CollegeId": 14,
      "DepartmentId": 15,
      "CourseLevelTypeId": 1,
      "CourseLevelType": "sample string 16",
      "Comment": "sample string 17",
      "Status": "sample string 18",
      "StatusReason": "sample string 19",
      "StatusId": 1,
      "StatusClass": "sample string 20",
      "CreditHour": 1.1,
      "Id": 21,
      "CreatedById": 1,
      "UpdatedById": 1,
      "TempRefId": 1,
      "CreatedDate": "2025-12-06T03:51:44.6905358+00:00",
      "UpdatedDate": "2025-12-06T03:51:44.6905358+00:00",
      "IsActive": true,
      "IsDelete": true
    }
  ],
  "MiscData": {},
  "StatusCode": 2,
  "Message": "sample string 3",
  "meta": {}
}