GET ./conduita/summary

It is used to get the student's behavior summary in a selected period.

Parameter cmeTip will have the follwing values:

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

GET parameters

NameValue TypeValidationDetails
elevIDintRequiredStudent ID
sanIDintRequiredSemester ID

Output example

[
{
"cmeTip": "1",
"totalPoints": "15",
"totalEntries": "10"
},
{
"cmeTip": "2",
"totalPoints": "18",
"totalEntries": "2"
}
]