Schedule
It is used get details about class/teacher schedule.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./orar/sio | It is used to return time slots. |
POST | ./orar/sio | It is used to add a time slot. |
PUT | ./orar/sio | It is used to modify a time slot. |
DELETE | ./orar/sio | It is used to delete a time slot. |
GET | ./orar/profesor | It is used to return the schedule of a teacher. |
GET | ./orar/clasa | It is used to return the schdule of a class. |
POST | ./orar/clasa | It is used to create the schedule to a class. |
DELETE | ./orar/clasa | It is used to delete a class schedule. |
PUT | ./orar | It is used to modify a subject |