-
Approved Contact Support
Hi, I am trying to log into the Approved Contact Support page. However, I keep getting a Single Sign On error. Image attached (Error.jpg). Any suggestions on how I can successfully log in? Thanks.
-
Access my upcoming assignments due dates.
Hey, I am looking to use the API to access my assignment, quizzes, etc due dates. I have tried the following endpoint but it is returning 404 error. /d2l/api/le/1.9/content/myItems&orgUnitIdsCSV=1234 Also, just to make sure I am passing the correct parameters, the orgUnitIds is the organization identifier that can be…
-
Getting Org_Defined_Id within Storyline SCORM
I have a Storyline object running inside Brightspace. I need to get the learner's Org Defined ID or course location to customize some of the Storyline object to the learner. If I understand correctly, the SCORM API does not provide this data. Is there any other way to get it from within Storyline? Can I call the Valence…
-
Is there a role permission that allows a learner role to ignore start & end date?
Hi all! We are trying to set up a test learner account to test submissions and data integrations. However, most of our assignments and quizzes have start and end dates. It is cumbersome to add special access for the test accounts for each course and activity. I'm looking in the roles and permissions and see that there is a…
-
Brightspace instance for developers to test
Is there an instance where developers can create accounts with various roles, when they are developing their application and testing LTI?
-
get data from API
I am trying to pull data like given in the Datahub → Data Sets → 1. Organisational Units, 2. User Enrolments, 3. Course Access
-
Unable to send section creation request via API
I am trying to create a section via the API but I'm running into issues. I think the server is interpreting my POST request as a GET request and failing to perform the operation I am requesting. Would somebody please provide a full example of a successful section creation request that I can reference? API route in…
-
D2L API - OAuth2.0 isn't working as expected.
Hey there, I am trying to use D2L API for fetching courses and assignment details in our application. I did registered the application and got my client_id and client_secret. This is good. But when I follow the document of D2L Oauth2.0 testing using postman it doesn't quiet allow me to authenticate the application . Here…
-
API add topic
This is driving me mad I can add a URL topic, no problem. However, adding a FILE topic is proving to be impossible, I always get a 400 error. I tried postman, python, and curl. Trying to stay as close to example in the documentation as possible. I know the URL is not correct for my instance. curl --http1.1 --request POST \…
-
APIs for Student responses/answers
Are there any APIs where we can fetch the student's responses/answers for assignments in D2L?
-
custom hosted widgets
Just saw this message "You are using custom hosted widgets that need to be replaced. Hosted widgets will be removed soon. Contact your site admin. " Why is this change happening? What will replace it? Custom widgets are pretty important to me and my staff.
-
Impact of deleting Course Templates
For every study program we have created a course template and when we create course offerings for a study program we use the study program's template as course offering template. Over the years new study programs come and some go. Now I was wondering what the impact on linked course offerings when we remove templates for…
-
New Relic monitoring?
My organization uses New Relic to monitor performance on nearly all of our systems. Can it be used on Brightspace? Pretty sure the answer is no, but may as well ask.
-
Cannot access my enrolements
I'm trying to access the following end-point https://docs.valence.desire2learn.com/res/enroll.html#get--d2l-api-lp-(version)-enrollments-myenrollments- However I keep receiving "HTTP request returned status code 403: { Errors: [ {Message: "Insufficient scope to call API.Required: core:*:*"} ] }" I added the core:*:* and…
-
Accessing course enrollments through API calls
I'm accessing https://docs.valence.desire2learn.com/res/enroll.html#get--d2l-api-lp-(version)-enrollments-myenrollments-. However, I keep receiving "Message: "Insufficient scope to call API.Required: core:*:*"" I've added the scopes "core:*:*" and "enrollment:own_enrollment:read" to my Oauth2 application and yet the error…
-
Error with LTI 1.3 deep linking
Within the past few months our product's deep linking stopped working with Brightspace. This is the error report: https://devcop.brightspace.com/d2l/logging/message/View/49647234679601939998923409211383204870809022109088481282.0?fromOccurrencesView=0 The message before encoding looks like this:…
-
Is it possible to add a bell to the school home page for each scheduled synchronous class.
Is it possible to add a bell to the school home page for each scheduled synchronous class.
-
What is wrong with this Brightspace API (Copy Course Components)?
Hello everyone, I am not sure what is wrong with this Postman Brightspace API. I am following the guide here: https://docs.valence.desire2learn.com/res/course.html#Course.CreateCopyJobRequest The import api using a zip export worked perfectly, but the request that copies from a sourceID to a targetID is giving me an error…
-
The access token is for another tenant
Been learning to use Brightspace API via POSTMAN, created OAuth 2 application. Have followed https://github.com/Brightspace/Postman-Collections instructions. I can receive access token from OAuth 2. When tried to call "/users/whoami" got 401 "The access token is for another tenant". Can someone assist me?
-
Is there any API for Question Library?
Is there any API for Question Library? I checked the documentation but couldn't see it. I also tried to use the existing endpoint but it doesn't return questions if they are part of the question library. GET: /d2l/api/le/(version)/(orgUnitId)/quizzes/(quizId)/questions/