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
Name | Value Type | Validation | Details |
---|---|---|---|
ascID | int | Required | SChool Year ID. |
sanID | int | Required | Semester ID. - if sanID= 0 then it will return the students' anual averages report |
clID | int | Optional | Class ID. |
mgIntermediara | int | Optional | For iun/iuj period select mgIntermediara = 1, else for final session aug/sept set mgIntermediara = 0 |
export_xls | int | Optional | if 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}}}