-
D2L API for News > SortOrder Attribute > Issue?
Hello, Any D2L experts or internal folks here who can explain to me how the SortOrder attribute is supposed to work for the GET /d2l/api/le/(version)/(orgUnitId)/news/ that returns ? In my initial testing, I see multiple News Items being returned with the exact same value here even after pinning. Multiple items with…
-
Brightspace username cannot have a ' in - has anyone got around this when creating accounts via API?
Hello, We create all our birghtspace users using via API the "Create User" endpoint. Our rule for setting the username is to use the individuals email address as their username However we have a number of users that have email adresses such s.o'neill@school,com ho'leary@school.com So these always get rejected via the…
-
how do i replace ppt slides
how do i replace ppt slides
-
Change Default Font for Entire Org
How do I change the font (color and style) for my entire organization?
-
Hii I am facing issue while accessing Rubrics through given API end point.
API Versions: unstable – Route first appears in LE v10.5.2. Api Version is specified as above , what should be the api version for this and I am not able access data or find data from this API. can someone help me with this. I am trying to fetch this data through postman and I have Super Admin Profile in D2L.
-
Error about Invalid deep linking response from the tool: Invalid JWT.
Hi everyone, I am a developer of a tool provider. We can use LTI 1.3 to launch our tool. However, when we send a deep linking response back to Brightspace, we have an error saying the JWT is invalid. We have done extensive research about this issue but could not figure out why. So I am seeking some help here. Here is the…
-
Failed to process deep linking response
Hi all, I am a developer of a LTI tool provider. I have created a new external learning tool with LTI 1.3 and used the tool to launch our tool, but when I send a deep linking response back to Brightspace, I get an error saying the JWT is invalid. I have checked the LTI 1.3 spec again and I can confirm the JWT has all the…
-
Brightspace Awards API
I would like to access the award's API as part of the content in a lesson using '/d2l/api/bas/(version)/issued/users/(userId)/orgUnitId=(OrgUnitId)'. When I test this with my DeLC and teacher credentials, I receive a successful response listing the correct awards. However, when I try it as a student, I get a 403 message…
-
Issue with access to Names and Role Services
Hi there! Help needed please. I'm trying to access Names and Role Service but the response returned is 400, "Client is not authorized to set a 'https://purl.imsglobalorg/spec/lti-nrps/scope/contextmembership.readonly' claim". I'm logged in as admin and can see all the quizzes so I have access to them but no access to Names…
-
Make <detail> <summary> elements editable within Brightspace Editor
The HTML templates contain Bootstrap accordion elements. Nowadays, one can create such accordions with multiple <details> elements. More info on the webdev page: These <details> elements are now native to (almost) all browsers. I can create accordion-like behaviour (both exclusive and inclusive) using the <details>…
-
SSO restricting complete logout
Our students and faculty connect via SSO - In our lab space on public machines, when students sign in, they cannot fully log out when they use the log-out feature. Another student logging on to Brightspace from the same machine will be brought to the prior user's account. The only way to correct this is to log off the…
-
I can't access PIE
I get the message: Unavailable Quicklink The External Learning Tool is not available.
-
Hello Joshua. How might I get HTML and JavaScript Code to create folders?
Hello Joshua. How might I get HTML and JavaScript Code to create folders? I have rearranged the content for my students, but it just looks and feels like a long scroll despite my attempts to compartmentalize. Is there a way to create folder within the modules and sub-modules so that things look nice and neat? Thank you, so…
-
Click and Reveal font size issue
The font size in the Click and Reveal element displays in a 7-8px. I want it to match the recommended Lato 19px. Is there any way I can fix this?
-
oAuth - how to get user's ExternalEmail
A customer of ours has asked us to build an oAuth Login option into our product from their Brightspace platform. We have the oAuth wired up, and I can use the oAuth code to call /users/whoami but this only gives me the user's Brightspace id (Identifier) - I need to get the user's ExternalEmail which I don't appear to be…
-
Files not uploaded from primary.
I uploaded my primary course info to my fall course offering and none of the files uploaded. Will I have to manually upload every file now or is there a way to do it automatically??
-
ActivityId is null for Discussions and Assignments, but is populated for Quizzes
What is the process or configuration that results in an ActivityId being null? I manage a tool that allows an institution to design a course and export it to D2L Brightspace. In order to do this we rely on forming urls like this one:…
-
API call for unenroll
What is best API route to 'Unenroll' user from course?
-
Bright Idea Access
Hello Brightspace, One of our administrators suggested I upvote a product improvement and sent me a link to the https://desire2learn.brightidea.com/ideas/D2247?idea_count=9 . However, I don't seem to be able to access it. How can I get a brightidea account to participate in that? All the best, ben
-
Grades API forbidden
hi..i'm tryin to fetch grades of a particular student using this url "{{domain}}/d2l/api/le/{{versionG}}/{{oid}}/grades/values/{{userId}}/ " , but its giving me a 403 which is forbidden, can anyone help me with it…. thank you.