GET ./medii/elev

It is used to return the student's averages for a school year.

situatieScolaraID options:

  • 1 - promoted
  • 2 - correcting
  • 3 - unfinished - medical situation
  • 4 - unfinished - school dropout
  • 5 - another unfinished situation
  • 6 - repeater - unfinished situation
  • 7 - repeater - disease
  • 8 - repeater - school dropout
  • 9 - repeater - another situation
  • 10 - another situation - used for "purtare"

Annual averages:

  • mgaValoareIntermediara - the average for the period June/July
  • mgaValoare - the average for the period Aug/Sept

GET parameters

NameValue TypeValidationDetails
elevIDintRequiredStudent ID.
clIDintRequiredClass ID.

Output example

{
"perioade": [
{
"sanID": "54",
"mgsValoare": 0,
"mgsSituatieScolaraID": "0"
},
{
"sanID": "55",
"mgsValoare": 0,
"mgsSituatieScolaraID": "0"
}
],
"anuala": {
"mgaValoareIntermediara": 0,
"mgaSituatieScolaraIntermediaraID": "0",
"mgaValoare": 0,
"mgaSituatieScolaraID": "0"
}
}