Averages
It is used to retrieve information about the averages or modify an existing one.
The abbreviations used have the following significance:
- msm - Period average for a subject
- mgm - Yearly average for a subject
- mgs - Period average for a student
- mga - Yearly average for a student
Endpoints
Type | URI | Description |
---|---|---|
GET | ./medii/repartizare | It is used to return the averages for an association between a teacher-subject-class-student. |
GET | ./medii/elev | It is used to return the student's averages. |
GET | ./medii/raport_promovare | It is used to return the students' averages. |
POST | ./medii/msm | It is used to modify a period average for a subject. |
POST | ./medii/mgm | It is used to modify the general average for a subject. |