Request
An API route that gets a JSON containing all of the automated test results for a given group and assignment (e.g. something like /api/courses/:course_id/assignments/:assignment_id/groups/:id/test_results)
Context
Currently, we are able to obtain a JSON with test results for all students through an assignment's Grade page -> Download Test Results -> Download in JSON Format. There is no existing API route to get this information for a single student (nor an API route to get this for all students, as this information can only be obtained through the UI).
Request
An API route that gets a JSON containing all of the automated test results for a given group and assignment (e.g. something like
/api/courses/:course_id/assignments/:assignment_id/groups/:id/test_results)Context
Currently, we are able to obtain a JSON with test results for all students through an assignment's
Gradepage ->Download Test Results->Download in JSON Format. There is no existing API route to get this information for a single student (nor an API route to get this for all students, as this information can only be obtained through the UI).