Issue with grading standards api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021
08:55 AM
A few years ago, there was an issue with too much of the API being locked behind an Admin token. Most of that got fixed so that anything a teacher could see in their course was made available with a teacher token.
BUT... I found one that I think was missed: Grading Standards set at the parent/root account level. A teacher can access them in the UI to add to their class, but they are not available to the teacher's token in the API. Calling them results in:
{"status":"unauthorized","errors":[{"message":"user not authorized to perform that action"}]}
Can you make parent/root account grading standards available to the teacher token in the API when they are active in a course? Read only would be fine.