-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
bainco
Feb 8, 2024
Replies: 1 comment 1 reply
-
When you get the course (using https://canvas.instructure.com/doc/api/courses.html And then the syllabus body is available via the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bennettscience
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you get the course (using
get_course
) you need to include thesyllabus_body
parameter:https://canvas.instructure.com/doc/api/courses.html
And then the syllabus body is available via the
syllabus_body
property of the course.