Teachers

It is used to get information about a teacher.

Endpoints

TypeURIDescription
GET./cadre??nondidacticeIt is used to get the list of teachers from a school
GET./cadre/detaliiIt is used to get details about a teacher.
POST./cadreIt is used to add a teacher.
PUT./cadre/:cadIDIt is used to modify the information for a teacher.
DELETE./cadre/:cadIDIt is used to modify the information for a teacher.
PUT./cadre/recover/:cadIDIt is used to modify the information for a teacher.
GET./cadre/repartizareIt is used to return all the subjects that a teacher is teaching in a school year.
GET./cadre/aniIt is used to return the school years for which the teacher was active.
GET./cadre/grupeReturns the list of groups for a teacher in a school year.
GET./cadre/grupaIt is used to return the details about a group.