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
sanIDintRequiredSemester ID

Output example

{
[
{
"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"
]
}
}
]
}