GET ./elevi/repartizare

It is used to return the subjects from the school year for a student.

If paramers cuNote or cuAbsente are used then the parameter sanID will become mandatory.

GET parameters

NameValue TypeValidationDetails
elevIDintRequiredStudent ID.
clIDintRequiredClass ID.
sanIDintRequiredSemester ID.
cuNoteintOptionalIf used the key note will be present in the response. It will contain student's grades.
cuAbsenteintOptionalIf used the key absente will be present in the response. It will contain student's absences.
cuMediiintOptionalIf used the key medii will be present in the response. It will contain student's average.
cuActivitateintOptionalIf used the key activitate will be present in the response. It will contain student's activity.
cuScutireintOptionalIf used the key scutire will be present in the response. It will tell if the student is exempt or not from the subject.
cuNpsintOptionalIf used the key notaNps will be present in the response with details of the deletion proposal, if necessary.

Output example

[
{
"e2mID": "133785",
"e2mElevAreTestareSpeciala": "0",
"e2mElevAreTeza": "1",
"e2mElevAreTITF": "1",
"cmcID": "4630",
"cmcContribuieLaMedie": "1",
"cmcFormulaMedie": "0",
"cmcClassbookVisible": "1",
"cmcOrder": "0",
"e2cIsActive": "1",
"cmcMaterie": {
"matID": "6",
"matNume": "Fizică",
"matPrescurtare": "Fizică"
},
"cmcCadru": {
"uaID": "5335",
"uaTip": "3",
"uaFirstName": "Elena",
"uaLastName": "Popescu",
"uaSex": "2",
"prefAvatar": "http://oss-dev.adservio.net:9000/avatar/5335-V7jGJAf5H0aRP1bn6Odr.png",
"functii": ["text_director", "text_educator", "text_profesor"]
},
"scutire": false
},
{
"e2mID": "133813",
"e2mElevAreTestareSpeciala": "0",
"e2mElevAreTeza": "1",
"e2mElevAreTITF": "0",
"cmcID": "4631",
"cmcContribuieLaMedie": "1",
"cmcFormulaMedie": "0",
"cmcClassbookVisible": "1",
"cmcOrder": "1",
"e2cIsActive": "1",
"cmcMaterie": {
"matID": "206",
"matNume": "Ed. fizică - Volei (opt)",
"matPrescurtare": "Ed. fizică - Volei (opt)"
},
"cmcCadru": {
"uaID": "5335",
"uaTip": "3",
"uaFirstName": "Elena",
"uaLastName": "Popescu",
"uaSex": "2",
"prefAvatar": "http://oss-dev.adservio.net:9000/avatar/5335-V7jGJAf5H0aRP1bn6Odr.png",
"functii": ["text_director", "text_educator", "text_profesor"]
},
"scutire": {
"soID": 5345,
"soText": "Motiv scutire"
}
}
]