Hello, I'm trying to get our tool to work with 1.3 and brightspace. I'm currently trying to implement openid to autheticate with. Brightspace gets to my auth method fine but when I try to redirect the user to the openid auth endpoint I keep gettings 404. Checking your help it says to check I have all parameters correct…
I am trying to create a topic post when students complete an action. I am getting the dreaded Status 400 error : Request has missing or invalid parameters. I have checked the API reference for CreatePostData. Here is the sample code so far : let postString = '{"ParentPostId": null, "Subject": "This is a test post via API",…
Why is "Email" returned as null in the Enrollment.ClasslistUser list result after calling GET /d2l/api/le/(version)/(orgUnitId)/classlist/? These same users have email which shows up in User.UserData and User.UserProfile. But for some reason it does not get populated in Enrollment.ClasslistUser. This is what I get:…
Hi All, We are trying to execute a DELETE request to the API "/d2l/api/le/(version)/(orgUnitId)/grades/(gradeObjectId)/values/(userId)" to delete an existing grade item value for a user. But we are getting the following error: { "type": "http://docs.valence.desire2learn.com/res/apiprop.html#method-not-allowed", "title":…
Given a list of Enrollment.MyOrgUnitAccessInfo objects, what is the recommended way to fetch each course's description? I have a list of Enrollment.MyOrgUnitAccessInfo objects, obtained from the LP enrollments/myenrollments endpoint. I would like to fetch each course's description. I see an endpoint to fetch this…
I am attempting to update an LTI 1.0 Quicklink via the API (Oauth 2.0, in Postman). The initial connection is fine and I can retrieve data via GET requests. I am using PUT to send raw JSON to: https://mysite.brightspace.com/d2l/api/le/1.52/lti/link/1234 My JSON: (as described by…
We set up an API key and project last year to get the Insert Stuff > YouTube workflow to work again and it seemed to be going fairly well. However recently, we're experiencing a lot of these videos now give an error and don't load, even though the still screenshot looks fine until you click play. Looking at the YouTube…
It looks like you're new here. Sign in or register to get started.