It is used to return the extra subjects from the school year for a student including his semetrial and annually averages.
GET parameters
Name | Value Type | Validation | Details |
---|
elevID | int | Required | Student ID. |
ascID | int | Optional | School year ID. Default will be the active school year. |
Validation
Error Field | Error Code | Error Message |
---|
ascID | 101 | Invalid ascID. |
Output example
[
{
"182": {
"matInfo": {
"matID": "182",
"matNume": "Lb. Engleză - Teatru în limba engleză (opt)",
"matPrescurtare": "Lb. Engleză - Teatru în limba engleză (opt)"
},
"medii": {
"semestriale": {
"medSem1": 7,
"medSem2": 0
},
"anuala": "7.00",
"medContr": "0",
"medZec": 0
}
},
"226": {
"matInfo": {
"matID": "226",
"matNume": "Geografie în lb. franceză (opt)",
"matPrescurtare": "Geografie în lb. franceză (opt)"
},
"medii": {
"semestriale": {
"medSem1": 0,
"medSem2": 0
},
"anuala": "9.00",
"medContr": "0",
"medZec": 0
}
},
"250": {
"matInfo": {
"matID": "250",
"matNume": "Antropologie",
"matPrescurtare": "Antropologie"
},
"medii": {
"semestriale": {
"medSem1": 9,
"medSem2": 8
},
"anuala": "7.00",
"medContr": "0",
"medZec": 0
}
}
}
]