grading_standards API Question

Jump to solution
agschmid
Community Contributor

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?

Labels (3)
0 Likes
1 Solution
agschmid
Community Contributor

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

View solution in original post

0 Likes