ClassCharts API Docs

Tick Homework

Toggle the status of a homework item to 'completed'.

GET
/homeworkticked/{homeworkStatusId}
/homeworkticked/{homeworkStatusId}

The Authorization access token

Authorization

Authorization
Required
Basic <token>

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

In: header

Query Parameters

studentId
Required
integer

Path Parameters

homeworkStatusId
Required
string

The ID of the homework.status to mark as completed

curl -X GET "https://www.classcharts.com/apiv2student/homeworkticked/string?studentId=0" \
  -H "Authorization: Basic <token>"

Successful response

{
  "data": [
    null
  ],
  "meta": [
    null
  ],
  "success": 1
}