grading_standards API Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to https://canvas.instructure.com/doc/api/grading_standards.html, it should be possible to return the grading_standard used in a course.
I have a course with a grading scheme set, yet when using either of the following calls, I get no results:
/api/v1/courses/:course_id/grading_standards
/api/v1/courses/:course_id/grading_standards/:grading_standard_id
If I get the grading_standard_id using /api/v1/courses/:course_id/settings, then use that id in /api/v1/accounts/:account_id/grading_standards/grading_standard_id, I can see the grading standard.
Has anyone successfully used the /api/v1/courses/:course_id/grading_standards call or is there a bug with this call?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did some testing and that is what the problem is...the grading scheme was added at the account level, but if I add a grading scheme in the course and apply it, I can get the grading_standard using the course call: /api/v1/courses/:course_id/grading_standards