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
| Name | Value Type | Validation | Details |
|---|---|---|---|
| elevID | int | Required | Student ID |
| sanID | int | Required | Semester ID |
Output example
[{"cmeTip": "1","totalPoints": "15","totalEntries": "10"},{"cmeTip": "2","totalPoints": "18","totalEntries": "2"}]
