Behavior
It is used to add or get information about student behavior.
Need subscription flag: FLAG_MODULE_BEHAVIOUR
Endpoints
| Type | URI | Description |
|---|---|---|
| GET | ./conduita | It is used to get the student's behavior. |
| GET | ./conduita/summary | It is used to get the student's behavior summary. |
| POST | ./conduita | It is used to add the behavior for a student. |
| DELETE | ./conduita/{cmeID} | It is used to delete a behavior entry. |
| GET | ./conduita/punctaje | It is used to get the aggregated behavior score per student. |
| GET | ./conduita/motive | It is used to return the predefined reason for behavior. |
| POST | ./conduita/motive | It is used to add a predefined reason for behavior. |
| DELETE | ./conduita/motive/{cmID} | It is used to delete a predefined reason for behavior. |
