Students
It is used to retrive information about a student.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./elevi | It is used to return the students from a school. |
GET | ./elevi/detalii | It is used to return details about a student. |
PUT | ./elevi | It is used to modify the details for a student. |
GET | ./elevi/clase | It is used to return the classes for a student. |
POST | ./elevi/clase | Used to assign a student to a class. |
DELETE | ./elevi/clase | Used to remove a student from a class. |
PUT | ./elevi/clase | Used to modify class assignment for a student. |
GET | ./elevi/repartizare | It is used to return the subjects from the school year for a student. |
GET | ./elevi/extra_subjects | It is used to return the extra subjects from the school year for a student with his averages |
GET | ./elevi/evolutie_general | It is used to return a statistic about the position of the student. |
GET | ./elevi/evolutie_materie | It is used to return a statistic about the position of the student in the class and school. |
GET | ./elevi/evolutie_absente | It is used to return all the subjects with the absences that are motivated / unmotivated / total |
GET | ./elevi/evolutie | It is used to return the data for the charts. |
GET | ./elevi/statistics | Return statistics for headmaster dashboard |