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_id
Student whose scored records should be returned.
Request
This endpoint expects an object.
academic_year_id
start_date
end_date
Response
Scored student records returned in reverse event-date order.
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

