Tick Homework
Toggle the status of a homework item to 'completed'.
GET
/homeworkticked/
{homeworkStatusId}
Authorization
Authorization
RequiredBasic <token>
This is the session_id
returned when logging in. e.g. Basic eW91IHNob3VsZCBzdGFyIHRoaXMgcmVwbyE=
In: header
Query Parameters
studentId
Requiredinteger
Path Parameters
homeworkStatusId
Requiredstring
The ID of the homework.status
to mark as completed
Successful response