-
Regarding course completion
How I can get the course completion status(completed,in-progress, not started) for user vai rest apis of D2l ? similarly for items of course and modules
-
How to extract learner usage for one student in one course?
How can an outside system extract learner usage for one student in one course? If it is through an API, which API
-
Error Getting API OAuth2 Token
Hello, I am suddenly not able to generate an OAuth2 Token using Postman for the D2L Brightspace Datahub API. The login popup is constantly redirecting to an Unsupported Browser page with the message: "Sorry, but Apple Safari version 0 is no longer supported. Older browsers are slower, less secure, and don't support our…
-
How to download or have the path of the files uploaded in an task?
Hello team! I hope you're having a good day. Do you know if its posible to have de path of the files that were uploaded in a task using APIs? I want to visualize the documents that the students enrolled in a course uploaded in an specific task/questionnaire. which endpoint do I have to use with GET to have the path? Thank…
-
Can I have API account working on devcop.brightspace.com?
Hi D2L Community! I do not have access to any D2L instance to develop applications with D2L API. So, I was wondering if it is possible to get API account for devcop.brightspace.com to test my application, I used "DevCoPStudent" account. However, it does not work as expected. Please let me know if there are any accounts…
-
How to create a file topic using the API
Because we want to create part of our course content using information from the application where we develop our modules I am trying to figure out how to create a file topic. I do this using Postman but sofar all I get is a 400 error (bad request). Updating an existing file topic by uploading a new file (PUT) works fine…
-
API Token
Hii everyone, I need information regarding API refresh tokens. Is there any way I can generate a permanent token that does not have an expiration?
-
Devcop.brightspace.com
Hi. I'm quickly testing something out and need help accessing the devcop.brightspace.com page as an admin. Can someone please message me back with the password for the user DevCoPAdmin? I would greatly appreciate it. Thank you!
-
¿Necesito poder obtener el Id (Identificador)?
Es necesario poder obtener el Id (Identificador) suministrando el código y/o el nombre del curso. ¿Cuáles son los puntos finales que debemos utilizar y cómo lograrlo?
-
API Refresh token URL
Hii… Everyone is there any API refresh Token URL Available?
-
Trying to use LTI 1.3 but having trouble with authentication. Keep getting 404s.
Hello, I'm trying to get our tool to work with 1.3 and brightspace. I'm currently trying to implement openid to autheticate with. Brightspace gets to my auth method fine but when I try to redirect the user to the openid auth endpoint I keep gettings 404. Checking your help it says to check I have all parameters correct…
-
Help with Postman and API connection
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 Postman with Paul" course found here. And I'm stuck. My goal is to access the Datasets for All Grades, Final Grades, Content Progress and Learner Usage. To…
-
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,…
-
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 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…
-
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…
-
What data is passed from Brightspace to EAB Navigate?
We have yet to see a functioning demo where we understand what data is being pulled into EAB Navigate I am searching for documentation that shows how the tool should work as we are running out of time to create our own training Has anyone integrated with EAB Navigate?
-
Support for Client Credential Grant for API Access
I wanted to reach out to ask if there are any plans to support the client credential grant for obtaining an access token for the API. Currently, I understand that only the authorization grant flow is supported. In my situation, there is no user or browser involved, and I need server-to-server communication. Therefore, the…
-
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.
-
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 .