- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
01:00 PM
Get course-level assignment data
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?