Behavior

It is used to add or get information about student behavior.

Need subscription flag: FLAG_MODULE_BEHAVIOUR

Endpoints

TypeURIDescription
GET./conduitaIt is used to get the student's behavior.
GET./conduita/summaryIt is used to get the student's behavior summary.
POST./conduitaIt is used to add the behavior for a student.
DELETE./conduita/{cmeID}It is used to delete a behavior entry.
GET./conduita/punctajeIt is used to get the aggregated behavior score per student.
GET./conduita/motiveIt is used to return the predefined reason for behavior.
POST./conduita/motiveIt is used to add a predefined reason for behavior.
DELETE./conduita/motive/{cmID}It is used to delete a predefined reason for behavior.