I see how to get the current_score for a student in a course using the api endpoint:
/api/v1/courses/{course_id}/enrollments
This current_score is for the whole year, but I want the current_score the spring semester only. How do I filter by the spring semester? Essentially, I'm trying to get values in the column in the Canvas grade book called Total when the Grading Period: Spring Term filter is applied.