GET ./conduita

It is used to get the student's behavior in a semester.

Parameter cmeTip will have the follwing values:

  • 1 = reward
  • 2 = deviation
  • 3 = remark

GET parameters

NameValue TypeValidationDetails
elevIDintRequiredStudent ID. Not required for director/secretary/rep_adservio or mobile app.
sanIDintRequiredSemester ID.
namestringOptionalFilters by student name (searches first + last name).
clIDintOptionalFilters by class ID.
cadIDintOptionalFilters by the staff member (teacher) who added the entry.

Output example

{
"meta": {
"countTotal": "1",
"countData": "1",
"countOffset": "0"
},
"data": [
{
"cmeID": "52",
"cmeText": "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"cmePunctaj": "10",
"cmeTip": "1",
"cmeData": "2017-12-18",
"cmeDataInsert": "2017-12-18 12:56:58",
"cadru": {
"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"
]
},
"materie": {
"matID": 12,
"matNume": "Matematica",
"matPrescurtare": "Mate",
"matOptScutire": 0
}
}
]
}

materie is null when the behavior entry was not associated with a specific subject (general behavior — hallway, break, extracurricular activity, etc.).