-
403 when attempting to access le API endpoints
I'm working on an integration with Brightspace to sync course data and eventually completions / grades out to a third party system. Anything I query on the lp api such as roles or course offerings works fine (version 1.43) However I consistently get 403 Forbidden errors when trying to access data on the le api I've ruled…
-
Is it possible to make multi-part arithmetic quiz questions?
This is a huge need - it creates a great deal of frustration in my class when students have to re-calculate something they have already done with new numbers to answer the next part of a multi-part question. Also it would be great if arithmetic question set up included a math editor! Thank you!
-
API Authentication in postman
Greetings. Trying to run through the documentation about authenticating into the API and getting my access token. After setting up everything as documentation (and the training provided by "learn postman with Paul".... when I click get access token a browser window pops up with an error that "Sorry, but Apple Safari…
-
HTML Checkbox Not Working: Form Interaction Issue
I'm working on a form, and I want to include a checkbox that users can toggle. However, when I click the checkbox, nothing happens. It's like it's frozen. This is my code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Checkbox…
-
File upload using new Course Files APIs
Hi, I saw the release of the new Course Files APIs that allow users to upload files to a course offering and am excited to try them out! In particular, I am attempting to upload a file to a course, first with the /upload API followed by the /save API. I have successfully received the expected 308 response from /upload, but…
-
What’s the purpose of this community, I wish to know
How do I get my knowledge enhanced from this community.
-
Change Banner Image on Organization Homepage
Our organization's homepage needs a fresh look. How do I change the banner image on the homepage?
-
Inquiry on Constructing Deep Links for D2L Pulse App
Hi everyone, I'm currently enhancing our Brightspace widgets and need help constructing deep links for the Pulse app. We use various API calls to get URLs for navigating to specific parts of Brightspace (like courses, announcements, due dates, and assignments), but we want these to open directly in the Pulse app on mobile…
-
Learning Paths DO NOT LOAD
Is anyone experiencing an issue where the content in their learning paths are not loading (see image). This is the same for every learning path and has been like this since last Wednesday.
-
Problem with third-party integration - LTI Advantage and Oauth 2.0 authentication
Greetings! We have a third party tool trying to integrate the Brightspace API through Oauth 2.0. Our goal is for them to obtain an access token so they can use grading services (LTI 1.3). In this initial stage we are following the directions provided…
-
Invalid deep linking response from the tool: Invalid JWT.
Hi all, I am a developer of a LTI tool provider. when i try to use LTI1.3 and deeplink to create a ltirescourcelink type, it have some error. Here you can see the log Error ID #49648401432981305023774701209091750179835750405510267506.0 Error processing deep linking return it just mention the jwt is invalid, but i have no…
-
Unlocking the Power of SQL Triggers
I'm delving into SQL triggers, and I'm curious about their use and functionality. Could you provide an example of when you might use a trigger in a database, and how it can be beneficial? I'd appreciate a real-world scenario to better understand their practical application. Thanks!
-
So is there a place where I can find a data model that links all the data sets together.
So I am trying to understand how all of the entities work together. I could pull all of the entity data set diagrams together but was wondering if a diagram exists that shows how it all works. I am most interested in grades, students, assignments, how long a student was engaged in the feedback, etc.
-
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…
-
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…