Term grades from API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have terms enabled in our instance to divide each semester in half. We'd like to be able to pull the current grade, term 1 grade, and term 2 grade if/when relevant. Using the current API enrollments call I only see 'current' and 'final grade'. Does anyone know of a way to get at the term 1 or term 2 grades only? Is this a separate call or perhaps not yet possible? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@lucas_ames make sure you understand the difference between "Current Grade" and "Final Grade"
This post might help:
The "List Enrollments" API call allows you to pass a parameter for "grading_period_id"
Take a look at the documentation to see specific details:
@muh seems to have the same thought, let us know if you get the info you are looking for.