GET ./observations/repartizare

It is used to return the list of observations for a subject.

GET parameters

NameValue TypeValidationDetails
e2mIDintRequiredID to student association to a subject.

Validation

Error FieldError CodeError Message
e2mID101Invalid 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"
}
]
}