Skip to content

Department and program

Listing of the programs at the university is done with this API end.

URLmethod
/api/v1/programpost
Table 11. Program (Program) Url Structure
Parameter nameParameter TypeExplanation
facultyCodesstring arrayThe Department/Program given the faculty code is listed. If the list is empty, the entire Department / Program must be listed.
Table 12. Program (Program) Data Type Fields
Data LabelNameExplanation
ProgramCode *Program codeMust be unique value
ProgramName *Program nameMust be unique value
FacultyCode *Faculty code
EducationType *Teaching TypeNormal Education (NO) Evening Education (IO) Distance Education (UE)
CourseGradeLevel *Grade level (for Constructor Schedule course)More than one code can be written by using (😉 which must be written at all grade levels in the program and department. Associate Degree Program: 1;2 Bachelor's Degree Program: 1;2;3;4 Faculty of Medicine: 1;2;3;4;5;6 Faculty of Dentistry: 1;2;3;4;5 Master's Degree Program: 5;6 Doctorate Program: 7;8;9;10
DescriptionDescriptionProgram Description
WeeklyMaxCourseDaysWeekly Maximum Course DaysNumber of weekly maximum course days is written. It can be in the range of 1-7. The default value is 5.
Table 13. Program (Program) Data Type Fields