[ARCHIVED] Get course-level assignment data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
02:00 PM
Hi - I am fairly new to API world. But when I saw my kids online classes runs on Canvas and when read about APIs tried my luck to see if I can do something as part of my hobby.
I was trying to fetch my kid's data from this api Get course level assignment data but getting below mentioned error.
API URL:
https://dummy/api/v1/courses/11285/analytics/assignments
{
"status": "unauthorized",
"errors": [
{
"message": "user not authorized to perform that action"
}
]
Does anyone know inspite of giving the right course id and url, why we still get this error?
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.