Your Community is getting an upgrade!
Read about our partnership with Higher Logic and how we will build the next generation of the Instructure Community.
Found this content helpful? Log in or sign up to leave a like!
I have been working with @sadenniston to create a user search page using the API. The results page displays a list of users courses with a link into the course in Canvas. An additional request is to now display a students To Do list for a course or to link to the to do list. Looking through the Course api I see an entry for Course ToDo items but it only seems to apply to the current user and doesn't have an option to request a specific users To Do list. Am I missing something here or is there somewhere else in the API I should be looking or this is the extent of support for ToDo lists?
Solved! Go to Solution.
Hi Bill,
I don't know if you got an answer yet but if you form your API call like so:
https://{school}.instructure.com/api/v1/users/self/todo?as_user_id={user_id}
it will return the todo items. This method also works for the Upcoming Assignments and Calendar Events API endpoints.
Hi Bill,
I don't know if you got an answer yet but if you form your API call like so:
https://{school}.instructure.com/api/v1/users/self/todo?as_user_id={user_id}
it will return the todo items. This method also works for the Upcoming Assignments and Calendar Events API endpoints.
Thanks Tyler ! Very helpful indeed. This has been sitting on my To Do list for awhile so will be great to implement.
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign InTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign In