List a student's test records

Returns the student’s non-empty scored test records, optionally limited to an academic year and event-date range, newest first.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

student_idintegerRequired
Student whose scored records should be returned.

Request

This endpoint expects an object.
academic_year_idintegerRequired
start_datedate or nullOptional
end_datedate or nullOptional

Response

Scored student records returned in reverse event-date order.

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error