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

NameValue TypeValidationDetails
ascIDintRequiredSchool year ID.
elevIDintRequiredStudent ID; It is mandatory if the request is made by a parent or a student.
cmcIDintRequiredThe 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.
cuNpsintOptionalvalues[1]; If present in the request, in the response a key named notaNps that will contain details of the deletion proposal.
cuMaterieintOptionalvalues[1]; If present, the answer will contain the key cmcMaterie.
cuCmcintOptionalvalues[1]; If present, the answer will contain the key cmc with info about subject association.
cuClasaintOptionalvalues[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"
}
}
]
}