Observations
It is used get details about the observation of a student.
Need subscription flag: FLAG_MODULE_OBSERVATIONS
Endpoints
| Type | URI | Description |
|---|---|---|
| GET | ./observations | It is used to get the list with observations for a student. |
| GET | ./observations/repartizare | It is used to return the list of observations for a subject. |
| POST | ./observations | It is used to add an observation. |
| DELETE | ./observations | It is used to delete an observation. |
