Get scores by grading period
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022
09:18 AM
I am trying to get get grades by grading period in course using api. I can not find an api call to do it.
is there any single or combination of api calls to get grades by grading_periods ?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023
04:53 PM
I'm trying to do something similar. Have you tried the course enrollments API endpoint? By default it will return grades for the entire course. If you add the grading_period_id parameter you can get grades for a specific grading period.
/api/v1/courses/{course_id}/enrollments?type[]=StudentEnrollment&grading_period_id={id}