Get course-level assignment data

subintraj
Community Member

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?

0 Likes