Students

It is used to retrive information about a student.

Endpoints

TypeURIDescription
GET./eleviIt is used to return the students from a school.
GET./elevi/detaliiIt is used to return details about a student.
PUT./eleviIt is used to modify the details for a student.
GET./elevi/claseIt is used to return the classes for a student.
POST./elevi/claseUsed to assign a student to a class.
DELETE./elevi/claseUsed to remove a student from a class.
PUT./elevi/claseUsed to modify class assignment for a student.
GET./elevi/repartizareIt is used to return the subjects from the school year for a student.
GET./elevi/extra_subjectsIt is used to return the extra subjects from the school year for a student with his averages
GET./elevi/evolutie_generalIt is used to return a statistic about the position of the student.
GET./elevi/evolutie_materieIt is used to return a statistic about the position of the student in the class and school.
GET./elevi/evolutie_absenteIt is used to return all the subjects with the absences that are motivated / unmotivated / total
GET./elevi/evolutieIt is used to return the data for the charts.
GET./elevi/statisticsReturn statistics for headmaster dashboard