[ARCHIVED] Using Canvas API to import grade columns and grades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2019
08:33 AM
Using Canvas REST APIs how do I get a list of grading columns OR all gradable entities in a given course?
Also which API do I use to get a list grades for a given course?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2019
11:47 PM
Hi @shijo_john ,
I have had a look around the community and found a few resources that should get you started:
- Gradebook API (previous discussion thread)
- Submissions - Canvas LMS REST API Documentation (official API documentation for the Submissions endpoint, referenced in the first thread)
- Gradebook Canvas API (additional discussion thread with some basic information).
That should get you started with your first question. With regards to listing grades for a course (i.e. total grade), you would need to use the Enrolments API which is documented Enrollments - Canvas LMS REST API Documentation (the total grade is calculated and returned against the enrolment in a particular course.
Hope that helps!
Stuart
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.