Easiest way to get all courses #585
Answered
by
bennettscience
MarkusvonStaden
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
bennettscience
Feb 2, 2023
Replies: 1 comment 3 replies
-
Are you looking for all the courses in an account? If you have admin access, you can do |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
MarkusvonStaden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you looking for all the courses in an account? If you have admin access, you can do
canvas.get_courses()
(ref). That calls the top-level course endpoint for your Canvas instance. I would recommend using somekwarg
filters to limit the number of courses you actually get back.