Hello,
I am working to make a sync script to pull Canvas Todos out from the API and return them.
If I log into Canvas and view my "To Do" section, there are several assignments, announcements, quizzes, etc listed.
If I call the assignments API (/api/v1/courses/:course_id/assignments/), they are all returned.
However, calling the "todo" API (/api/v1/courses/:course_id/todo/) returns NO results (just a blank JSON [])
Is there a required parameter or something I have to send to request from the Todo API?
Does the API not return the same thing as what is displayed in the WebUI?
TIA