Department and program
Listing of the programs at the university is done with this API end.
| URL | method |
| /api/v1/program | post |
Table 11. Program (Program) Url Structure
| Parameter name | Parameter Type | Explanation |
| facultyCodes | string array | The 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 Label | Name | Explanation |
| ProgramCode * | Program code | Must be unique value |
| ProgramName * | Program name | Must be unique value |
| FacultyCode * | Faculty code | |
| EducationType * | Teaching Type | Normal 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 |
| Description | Description | Program Description |
| WeeklyMaxCourseDays | Weekly Maximum Course Days | Number of weekly maximum course days is written. It can be in the range of 1-7. The default value is 5. |