Users can now access Free-for-Teacher accounts in a secure, limited capacity until 11:59am ET on July 30, 2026. Sign in and export your content now.
Is there a log someplace that tells me when an instructor published a course?
Hi @mverna,
By default, the Canvas API (application programming interface) will have that info it it's "start_at" field. If you're an admin and just need this info for a single course, you can just add "/api/v1" to the course url before the word "courses". For example, if the course is instance.instructure.com/courses/123456, you'd visit instance.instructure.com/api/v1/courses/123456 to get the "behind the scenes" course info object from the API. If you're looking to get the info for a larger number of courses, you could pretty easily do that by using the API with a scripting language like Python to get the full list of courses for an account/term and then print out the start_at date for each one.
Hope this helps a bit!
-Chris
We're working on improving preferred name visibility in Canvas and have been trying to explore all possibilities for showing preferred names in the roster and/ or gradebook. We understand that according to this help documentation, short name maps to Canvas display name. This documentation and this Canvas community…
We use course pacing to manage due dates, because we run ~20 something courses each quarter and manually setting due dates would be a nightmare. Several courses have two core topics. We want to allow students to choose which of these they will pursue first. Is there any way to configure multiple course paces with different…
Hoping someone can explain for me. We're using pacing to avoid manually dating regular assignments each quarter, but the dates I see are based on when the course was instantiated, while students see dates based on when they were added to the course by [backend software I don't know anything about, presumably]. If I set…
Has anyone else had issues with an influx of duplicate users in Canvas? Ours is currently in the form of an email that already exists, becoming a new user - and not automatically merging with the user ID with the same email that also is linked to our SIS ID correctly as well. For example, user 1 is xyz@gmail.com without a…
Canvas Portfolios provide a powerful platform for students to document their learning journey, reflect on their progress, and showcase competencies. However, in programs where multiple educators are involved in assessment—such as team teaching, moderation, or competency-based evaluation—there are important questions about…