GET api/Faculty/GetScheduleStudents?scheduleId={scheduleId}&academicYearSemesterId={academicYearSemesterId}

Gets the schedule students.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scheduleId

The schedule identifier.

integer

Required

academicYearSemesterId

The academic year semester identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Task<IHttpActionResult>.

ResponseOfListOfSemiScheduleStudents
NameDescriptionTypeAdditional information
Data

Collection of SemiScheduleStudents

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,
      "Student_StudentId": "sample string 4",
      "StudentName": "sample string 5",
      "AcademicYearSemesterId": 1,
      "AcademicYearSemester": "sample string 6",
      "CourseId": 7,
      "Course": "sample string 8",
      "CourseShortName": "sample string 9",
      "CourseCode": "sample string 10",
      "CourseShortCode": "sample string 11",
      "CollegeId": 12,
      "DepartmentId": 13,
      "CourseLevelTypeId": 1,
      "CourseLevelType": "sample string 14",
      "Marks": "sample string 15",
      "Grade": "sample string 16",
      "IsPassingGrade": true,
      "IncludeInGpa": true,
      "Status": "sample string 17",
      "StatusReason": "sample string 18",
      "StatusId": 1,
      "StatusClass": "sample string 19",
      "Id": 20,
      "CreatedById": 1,
      "UpdatedById": 1,
      "TempRefId": 1,
      "CreatedDate": "2025-12-06T05:26:56.16366+00:00",
      "UpdatedDate": "2025-12-06T05:26:56.16366+00:00",
      "IsActive": true,
      "IsDelete": true
    },
    {
      "DisplayName": "sample string 1",
      "SectionId": 1,
      "Section": "sample string 2",
      "StaffId": 1,
      "Staff": "sample string 3",
      "StudentId": 1,
      "Student_StudentId": "sample string 4",
      "StudentName": "sample string 5",
      "AcademicYearSemesterId": 1,
      "AcademicYearSemester": "sample string 6",
      "CourseId": 7,
      "Course": "sample string 8",
      "CourseShortName": "sample string 9",
      "CourseCode": "sample string 10",
      "CourseShortCode": "sample string 11",
      "CollegeId": 12,
      "DepartmentId": 13,
      "CourseLevelTypeId": 1,
      "CourseLevelType": "sample string 14",
      "Marks": "sample string 15",
      "Grade": "sample string 16",
      "IsPassingGrade": true,
      "IncludeInGpa": true,
      "Status": "sample string 17",
      "StatusReason": "sample string 18",
      "StatusId": 1,
      "StatusClass": "sample string 19",
      "Id": 20,
      "CreatedById": 1,
      "UpdatedById": 1,
      "TempRefId": 1,
      "CreatedDate": "2025-12-06T05:26:56.16366+00:00",
      "UpdatedDate": "2025-12-06T05:26:56.16366+00:00",
      "IsActive": true,
      "IsDelete": true
    }
  ],
  "MiscData": {},
  "StatusCode": 2,
  "Message": "sample string 3",
  "meta": {}
}