-
Help Needed: LTI 1.3 Deep Linking Response
I'm integrating an LTI 1.3 tool with Brightspace and need help with the deep linking response. The authentication works for both basic launch and deep link request, but the deep link response fails when adding content. Issue After the deep link form submis, I see the following error in the LMS: "An error occurred. Please…
-
Help with Postman and API connection
Note: This thread references the Learning Postman with Paul course article, which has been deprecated and is no longer available in the Learning Center. I'm new to working with APIs and have a project here at the college that I need to access the Datasets available in the Brightspace API. I'm trying to follow the "Learn…
-
API Refresh token URL
Hii… Everyone is there any API refresh Token URL Available?
-
Getting the content of the html using Brightspace API
Dear Community, I am working with the Brightspace API and using the following call to get the structure of the course content: {{BrightspaceDomain}}/d2l/api/le/{{leversion}}/{{OrgUnitId}}/content/root/ In the description of the modules, from the HTML, I can extract information about whether the module contains an image,…
-
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.
-
How to use APIs in a Widget?
I'm trying to present some useful information in a widget. - How many students have accessed that course - How many students have accessed a particular content item - Can we include User Attributes such as Gender? Not sure where to start. Is this even possible within a widget? Thanks in advance for your help.
-
Corporate Learning Management System: Data Generation of Specific Module inside a Course Shell
Hello! I have a question regarding to the corporate Learning Management System. We create multiple modules in a course shell, is it possible to generate the completion data of specific module inside the course shell? Thank you.
-
Can you explain more about question banks?
Hello I don't think I'm setting up surveys correctly. I'd like to save all questions I've set up in a question bank so that if I amend any question in the future it will update all the quizzes where the question is found. Is there an option to save new questions to an question bank? If so, how do I do this? Also, if a…
-
Regarding Rest API - Courses data and Users data
Hi Team, I am developing one LTI widget for Brightspace which requires some rest apis. I want to fetch course complete structure like course , module/submodule , topic /activity each module progress , completion data and also each activity completion status , grade etc for enrolled users . I can see few of data are…
-
How can we get course structure along with course completion status and course item and scores ?
Just wanted to get for a learner the course status and grade along with items data like score , completion status , completion criteria and competency aligned then competency and last titem accessed .
-
D2L Brightspace suspend data limits
Hi there, We currently develop courses using scorm 1.2 build with Articulate Rise and have had continuous issue with courses not "bookmarking" or suspending data correctly as they hit a memory limit (suspend data limit) I've been searching for options to fix this, however have not yet had success. We have it set to false…
-
400 Errors on API after scope update
I am receiving 400 errors when I try to refresh my token after updating my scope. I tried restoring the scope to the previous values and am still getting a 400 error. I have tried testing in Postman but am getting other errors. Nothing in my code base has changed other than trying to update the scope variable. This is very…
-
Maximum size of a course shell and a file in Corporate Learning Management System
Hello! I have a question regarding to the Corporate Learning Management System. May I know the maximum file size of i) a course shell and ii) a file inside the course shell? Thank you very much!
-
Header and Footer Disappear
I'm using a javascript file that searches a .csv on an HTML page. As soon as the javascript is used the page header disappears and a white block appears in the footer. Any ideas how to prevent this from happening?
-
Need to access D2L via Brightspace Pulse Mobil App. How do I configure my instance of D2L?
Need to access D2L via Brightspace Pulse Mobil App. How do I configure my instance of D2L to allow the Brightspace Pulse Mobile App access.
-
Why is brightspace not allowing me to submit an assignment?
I recently had an assignment due and spent multiple hours trying to get it submitted, but it kept getting stuck on the submission screen. There was no loading bar or anything. When I pressed submit it was like I never did. I tried to submit amongst various devices and different wifi networks but the same result was always…
-
How to include additional parameters in the authorization URL
Hello all, I am trying to include additional parameters in my authorization URL and then access them in my backend lambda function. Below is what I have const clientId = 'eb417d75-cf9d-4b91-9c78-707b396d7ff7'; const redirectUri = 'https://xxxxxx.com/dev/redirect_uri'; const scopes = 'core::'; / // Additional parameters if…
-
Bulk Enrollment issue
I'm Facing an issue in bulk enrolling while using API, Enrolling one by one is working but enrolling in bulk throw's a 404 (not found) status.
-
How to obtain an access token for accessing LTI Advantage Services
I am trying to obtain the access token by exchanging the id_token I am receiving the following error: Error: Request failed with status code 400 My Code: Also I have tried to do properly form a JWT signed with my private key and use it: const privateKey = fs.readFileSync(path.resolve(__dirname, 'private.pem'), 'utf8'); //…
-
Why does Coursebuilder stop working with partitioning cookies
Hello! We are a tool provider and we have integrated our tool with BS for years. Recently, we added the support for partitioning third party cookies so that our tool continue working even though these cookies are blocked. A few months ago, we tested the partitioning cookies with quicklink, insertstuff and coursebuilder…