-
What is the proper format for making an AJAX PUT request?
I am trying to make an API call to set a specific Grade Value for a Learner. Here is the ajax call I am making to try and accomplish this. $.ajax({ url: '/d2l/api/le/1.26/6711/grades/319/values/184', type: 'PUT', data: { "Comments": { "Content": "", "Type": "Text" }, "PrivateComments": { "Content": "", "Type": "Text" },…
-
Is there a way for a media owner in Kaltura/DMS 3.0 to share their own videos with other users?
We've explored Publishing (which doesn't work since we don't use course galleries) and have focused on co-editor/co-publishers, which seems like the ideal method for sharing a video with specific users. We can easily set up a co-editor/co-publisher in My Media, but the intended user does not see it in their own…
-
How to make D2L LTI Advantage iframe automatically vertically scale to available size
When registering an LTI Advantage tool, you can specify a fixed width/height for the iframe to open the link in. A tool can also use postMessage to let D2L know its desired size. However, for a tool with a responsive layout and dynamic content (e.g. a list), there is no fixed size to set. This means that in practice, the…
-
405: Method Not Allowed error when attempting to delete Discussion Posts
I'm am trying to add support for Discussions to my web application and have run into an issue with deleting discussion posts in particular (endpoint reference link). I've tested my GET, POST, and DELETE endpoint calls for Forums and Topics, and all work without issue. I am also able to GET discussion posts without a…
-
Suggestion for GitHub repository code update(Fusion 2020) ---for Paul's question
--Add bulk org unit upload capability -- Get users data includes deleted ones --Add announcements --Add Grades --Add LTI Data
-
How to obtain an access token for accessing LTI Advantage Services?
I am receiving the following error: {"error":"invalid_client","error_description":"Missing client"} My curl headers are set: --request POST --header "Authorization: Basic B64 Encoded clientID:client secret (this is missing!)" --header "Content-Type: application/x-www-form-urlencoded" My URL is set:…