-
How is the session timeout "log back in" link updated?
Is there a way for the system administrator to update the "log back in" link that displays on the session timeout pop-up window? When a session times out for me or one of my users, the pop-up box populates, but when the "log back in" link is selected, it opens the "login portal page' but when you select the SSO button it…
-
Option to Publish or Draft when copying Announcements to Courses.
I noticed that when you copy an Announcement to other courses (up to 10) the announcement goes into the course, but you still have to go into each individual course and publish it. Could there be an option to publish or leave as a draft when you select the course to copy the Announcement to? This would be more efficient…
-
The written response questions wasn't recorded despite indications that it had been saved
We've run into an issue where a student completed a quiz on Brightspace, and while the answers appeared to be saving in real time (as confirmed by the logs showing the character count and also noting as saved), nothing was actually saved when I went to look at student's response. This isn't the first time this has…
-
Setting up an application
Hi Team, One of our client wanted to integrate Brightspace D2L system into their project. Could you please explain me the process. How can I setup up OAuth 2.0 authentication¶ and register an application using OAuth 2.0¶ and do all necessary configuring?
-
Support for ETag and If-None-Match headers
This is more of a feature request than a question, I hope this is the right place to submit it. If the Brightspace REST API supported Etag and If-None-Match headers, it could allow for more efficient communication for both the client and the server The headers are described in these links:…
-
Possible to isolate data of users with specific attributes? (Postman API)
Hi all! I'm currently exploring building APIs using Postman. With the resources available, I was able to call User data and Attributes separately using the following actions: GET /d2l/api/lp/(version)/users/ GET /d2l/api/lp/(version)/attributes/users/(userId) I wasn't able to find a way to generate a list of ALL users and…
-
Quiz (and Assignment) dates - Set to follow from Due Date
Something really needs to be done about handling quiz dates. Each semester is slightly different and the pace of lectures may be faster or slower depending on the students. So, it's likely the dates of quizzes & assignments will need to be adjusted. However, EACH TIME I have to adjust a quiz "Due Date", I also have to…
-
API call suddenly omitting OrgDefinedId
GET /d2l/api/le/(version)/(orgUnitId)/classlist/paged/ returns a list of ClasslistUser blocks, which are supposed to contain (among other things) the OrgDefinedId. I've been using this API successfully for over a year, and the OrgDefinedId has always contained the expected value. As of Nov 2 it now has a null for the…
-
Course Completion
Hello out there - once a student completes a course, is there a way to make it invisible or inactive ONLY for that one student? We would like to keep the student's data, marks, comments, etc. but not have the course show up on their dashboard. Other than unpinning a course, is there a way to do this without actually…
-
Configuring API - How to find Admin Tools
My main goal is to use this API within my research project with my professor, so we can alter how our auto grading system for computer science assignments is done. I am trying to get student submissions from students who are registered in computer science courses, and from there use those files to grade them with an…
-
Grammarly Integration in D2L
For some reason my credentials no longer work to view the PIE, so I figured I'd ask here. Is there any way we could integrate Grammarly into D2L like Turn It In?
-
Where can I find the training for Cybersecurity
/
-
do we know, if we can set the number of required posts in a discussion under Brightspace?
-
Can we upgrade the profile picture?
I wanted to put this in the PIE, but I've been getting errors. I'm putting it here. The D2L profile picture was likely set up when space was very limited. However, now, the tiny profile picture needs to be fixed. 1) Instructors can't use it to help learn student's names; the image needs to be bigger. 2) Students asked to…
-
Dark Mode
Where can I put a request for Dark Mode, or vote up previous requests for Dark Mode?
-
what user permissions are needed to update the users data using /d2l/api/lp/1.35/users/
Hi, we are trying to update pronouns from our SIS into Brightspace using APIs and are currently testing. We get a permissions error when attempting to run /d2l/api/lp/1.35/users/ Can we get a list of all permissions needed to successfully make this call? Thank you, Holly
-
Access Brightspace API using client credentials flow
Are we able to access Brightspace API using client credentials flow? API eg: https://peelpd.brightspace.com/d2l/api/le/1.41/1111/calendar/events/ I tried to generate access token on postman using client credential flow but getting following error. Error: invalid_request, Description: Missing "client_assertion" parameter…
-
How do I attach an uploaded file (using the 'resumable' process) to a course?
@Ian.P.710 @Chris.S.534 : hoping one of you guys can help… or others?? We are uploading +/-1,000 SCORM zip files. When we upload them, they become modules within course structures that we create programatically. We are blocked at the moment because some exceed the +/-500MB upload file-size limit. Because of the limitation…
-
Does anyone have experience connecting from Informatica?
I need to connect to Brightspace API with an Informatica REST V2 connection. Has anyone had success with this? Is there a swagger file for Brightspace that I could load into Informatica?
-
Course Files API - Public Files management
I was wondering if it's possible to use the Course Files API to interact with Public Files (such as those available under /shared)? I have a use-case that would benefit from being able to programmatically delete/create/update files in that area, and my initial testing suggests that the Course Files API doesn't see files…