API Priviliges Levels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2017
02:59 PM
I am exploring what information I can access through the API. I have access to several courses at the TA / Instructor level.
I've see that some requests require admin privileges, but only after I make a request and examine the body of the response. My question is this: Is there a way to tell which GET requests will require admin-level privileges?
My current approach is checking all the GET method API calls, and making a list of those I cannot access. It would be helpful if there is some heuristic to know what content will not be accessible to me at the TA / Instructor level.