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?