Properties
The studentScheduleData model returns a studentSchedule object which contains data for all courses registered for in the term passed to the model with the following properties:
- studentSchedule[]
- billHours
- regStatus
- countRegistration
- midtermGrade
- finalGrade* - initial final grade recorded, pre-Academic History
- section (sectionData)
Input Options
Required
- token: valid authorization token
- id: valid student ID
- term: valid Term ID
- typeOfFutureSchedule: valid type, which includes one of the following words: term or all (default: term)
Helper Functions
- string getMidtermCourseGradeByTermCRN(studentScheduleObject, termData, crnData)
- int getScheduledHoursByTerm(personDataObject, termData)