Skip to content

Canvas LMS integration with Slate CRM #607

Answered by bennettscience
ShiroW0lf asked this question in Q&A
Discussion options

You must be logged in to vote

As far as getting the to do items, those are in the Canvas instance because they're tied to the current user making the request:

from canvasapi import Canvas

canvas = Canvas(URL, KEY)
todos = canvas.get_todo_items()
# do more stuff

I don't see a way in the documents to get the todo list for all users. You may need to rely on masquerading in your script if you're trying to get specific lists for logged in users.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ShiroW0lf
Comment options

Answer selected by Thetwam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants