Teachers
It is used to get information about a teacher.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./cadre | ??nondidacticeIt is used to get the list of teachers from a school |
GET | ./cadre/detalii | It is used to get details about a teacher. |
POST | ./cadre | It is used to add a teacher. |
PUT | ./cadre/:cadID | It is used to modify the information for a teacher. |
DELETE | ./cadre/:cadID | It is used to modify the information for a teacher. |
PUT | ./cadre/recover/:cadID | It is used to modify the information for a teacher. |
GET | ./cadre/repartizare | It is used to return all the subjects that a teacher is teaching in a school year. |
GET | ./cadre/ani | It is used to return the school years for which the teacher was active. |
GET | ./cadre/grupe | Returns the list of groups for a teacher in a school year. |
GET | ./cadre/grupa | It is used to return the details about a group. |