GET ./observations/repartizare
It is used to return the list of observations for a subject.
GET parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| e2mID | int | Required | ID to student association to a subject. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| e2mID | 101 | Invalid ID. |
Output example
{"meta": {"countTotal": "1","countData": "1","countOffset": "0"},"data": [{"obsID": "670","obsContinut": "sadgasdg asdgasdg","obsPermisiuni": "1","obsData": "2019-09-03 15:19:15"}]}
