GET ./medii/raport_promovare

It is used to return the students' averages report for a school Semester.

Corigent:

  • single - only a subject
  • double - two subjects
  • multiple - more than one subjects

GET parameters

NameValue TypeValidationDetails
ascIDintRequiredSChool Year ID.
sanIDintRequiredSemester ID. - if sanID= 0 then it will return the students' anual averages report
clIDintOptionalClass ID.
mgIntermediaraintOptionalFor iun/iuj period select mgIntermediara = 1, else for final session aug/sept set mgIntermediara = 0
export_xlsintOptionalif export = 1 then it will return the url of the excel file containing the report

Output example

{
"meta": {
"countTotal": "1",
"countData": "1"
},
"data": {
"355": {
"clID": "355",
"clNume": "I A",
"promovati": "3",
"corigenti": {
"total": "2",
"subjects": {
"single": 0,
"double": 0,
"multiple": 0
}
},
"situatie_neincheiata": {
"total": "2",
"ss_3": "0",
"ss_4": "1",
"ss_5": "1",
"subjects": {
"single": 0,
"multiple": 0
}
},
"total_students": 35
}
}
}