GET ./note
It is used to get the student's grades.
notaTip options:
- 1 - Oral
- 2 - Thesis
- 3 - Second examination
- 4 - Initial Testing
- 5 - Speciality
- 6 - Final Testing
- 7 - Test
- 8 - Simulation
- 9 - Project
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
ascID | int | Required | School year ID. |
elevID | int | Required | Student ID; It is mandatory if the request is made by a parent or a student. |
cmcID | int | Required | The link ID between a teacher, a subject and a class. It is mandatory if the request is made by a teacher who doesn't have director/secretary permissions. |
cuNps | int | Optional | values[1]; If present in the request, in the response a key named notaNps that will contain details of the deletion proposal. |
cuMaterie | int | Optional | values[1]; If present, the answer will contain the key cmcMaterie. |
cuCmc | int | Optional | values[1]; If present, the answer will contain the key cmc with info about subject association. |
cuClasa | int | Optional | values[1]; If present, the answer will contain the key clasa with info about class association. |
Output example
{"meta": {"countTotal": "401","countData": "2","countOffset": "0"},"data": [{"notaID": "706379","notaE2mID": "133737","notaCadruID": "5335","notaValoare": "10.00","notaData": "2017-01-12","notaDataInsert": "2017-02-01 12:07:58","notaTip": "7","notaSanID": "39","notaObs": null,"clasa": {"clID": "359","clNume": "XII A"}},{"notaID": "706374","notaE2mID": "133726","notaCadruID": "5335","notaValoare": "5.00","notaData": "2017-01-25","notaDataInsert": "2017-01-25 14:10:04","notaTip": "1","notaSanID": "39","notaObs": null,"clasa": {"clID": "359","clNume": "XII A"}}]}