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/elev | It is used to add the behavior for a 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. |
