List Parent Behaviour

Lists the behaviour points for a pupil.

GET
/parentbehaviours/{studentId}

Authorization

Authorization<token>

This is the session_id returned when logging in. It must be prefixed with Basic. e.g. Basic eW91IHNob3VsZCBzdGFyIHRoaXMgcmVwbyE=

In: header

Path Parameters

studentIdRequiredinteger
curl -X GET "https://www.classcharts.com/apiv2student/parentbehaviours/0" \
  -H "Authorization: <token>"

List of behaviour points

{
  "data": [
    {
      "id": 436310,
      "name": "Remarkable Reader",
      "icon_url": "https://www.classcharts.com/img/behaveicons/good/+reading2.png",
      "is_daily_limit_reached": false
    }
  ],
  "meta": [
    null
  ],
  "success": 0
}