The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Canvas API question :
/api/v1/courses/{id}/students/submissions
if this includes a return of Submission History , then i can see all the Attempts on a Quiz.
But i am noticing that the Attempt in the Canvas application does NOT match what I am getting back from the API?
See below that the application has my last Attempt as 524.
BUT the API link above returns submission history with the 524 Attempt as 535??? I do see the "preview_url" is containing the correct attempt as version=525?
[submitted_at] => 2020-10-19T12:38:20Z
[assignment_id] => 1375
[user_id] => 9
[submission_type] => online_quiz
[workflow_state] => pending_review
[grade_matches_current_submission] => 1
[graded_at] => 2020-10-19T12:40:12Z
[grader_id] => -1886
[attempt] => 535
[preview_url] => https://honorlock.instructure.com/courses/115/assignments/1375/submissions/9?preview=1&version=525
ALSO - is the "submitted_at" returned as UTC? or the users timezone?
Community helpTo 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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.