ClassCharts API Docs

List Parent Behaviour

Lists the behaviour points for a pupil.

POST
/parentbehaviours/{studentId}
/parentbehaviours/{studentId}

The Authorization access token

Authorization

Authorization
Required
Basic <token>

This is the session_id returned when logging in. e.g. Basic eW91IHNob3VsZCBzdGFyIHRoaXMgcmVwbyE=

In: header

Path Parameters

studentId
Required
integer

curl -X POST "https://www.classcharts.com/apiv2parent/parentbehaviours/0" \
  -H "Authorization: Basic <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
}