Good afternoon, are there any significant differences in the impact to concluding a course using:
PUT course[event] conclude
versus
DELETE { "conclude": "true" }
[References below]
https://developerdocs.instructure.com/services/canvas/resources/courses#method.courses.update
https://developerdocs.instructure.com/services/canvas/resources/courses#method.courses.destroy
Thank. you so much in advance for your insights!
Hi @saustin,
I believe those two different API calls are functionally the same. I generally prefer the put call for concluding so that using a delete call really means delete without any confusion. That just helps me recognize things better though.
-Chris
Hello, We use PeopleSoft and developed an integration for retrieving grades from the Canvas API. It was working fine in dev and production but has since broken. The SSL handshake is failing according to this stack trace from the server : Apparently this can happen if the required certificates are missing, can anyone tell…
UI for weekly progression idea that rest in the Schedule tab of the **K-12 UI** of Canvas it's incomplete and I really would not take it and push it into instance but I am going to post it here because in the past people like @James && @robotcars || @Steve_25 have had terrific input in the past... maybe w/their eyes and…
A case for this argument: I live in thee K-12 realm which means we have way too many assignments... which means that at times a simple last 10 assignments of a course question(last 10 date wise) will take us 300 assignments to answer Solution for this example in particular: I would love to make this modified version of an…
Hey Community: I want to ask first if Canvas LMS as a Identity provider is only supported with SAML? What other protocols are supported? My use case is that I have a React App hosted on cloud provider (AWS) and SpringBoot as a backend (Service provider). I want to integrate Canvas SSO as a Identity provider (IdP). I…
I make requests to this endpoint: GET /api/quiz/v1/courses/:course_id/quizzes In the list I get back, sometimes instructions and quiz_settings are null. Why? How do I prevent this? Here is an example where quiz #3 does not have instructions nor settings: [ { "id": "2893842", "title": "In Class Exercise #2", "instructions":…