-
API endpoint to download completed rubric for a user
Is there an API endpoint I can use to download the completed rubric for a particular student against an OrgUnit and Dropbox folder? I have found this path which works but only returns a JSON format, I'd like to download or view the rubric UI so that a non-technical stakeholder can understand it.…
-
Question for Roadmap
Hi, I couldnt selected roadmap option there. Will it be possbile to have a connector with Microsoft Copilot Studio. As factulty we have free viral licenses to build our own Ai agents. API choice is very limited, but connecting your Ai agent to Microsoft Copilot Studio agent would help to retrieve information across…
-
400 Bad Request on Content File/Topic
I'm a D2L LMS Admin working on a custom tool for a page/widget, and I've hit a persistent roadblock with the Content API that I'm hoping someone can shed some light on. The Goal I'm trying to create a feature within a custom HTML/JavaScript tool that generates a CSV file on the client side and automatically uploads it as a…
-
Using a CI/CD from Github to Brightspace Content editor tool?
Hi, I'm using Github as version control for my topics design source code which is using bootstrap framework. Is it possible at all to to use a CI/CD to ensure that when I commit push to Github its automatically update my contents in Brightspace units?
-
calling the API
Hello We are implementing a Dynamics365 (dataverse) CRM and would like to call the BS API to bring across our Courses and enrolments. we plan on using a power automate flow to call the API. This is one of the ApIs we want to call. GET /d2l/api/lp/(version)/orgstructure/(orgUnitId)/children/paged/ ) However, we are not sure…
-
Brightspace API endpoint to required permissions mapping
Hi developers! I got multiple requests to create an overview for all the optional and required permissions for a role based on a list of endpoints that can be expected to be called from a user with that role. Now some endpoints like GET /d2l/api/bas/(version)/issued/users/(userId)/ do have a list of the required…
-
Resolving duplicate user accounts while preserving course progress/completion
We sometimes get duplicate learner accounts (email typos, multiple registrations, SIS mismatches). Fixing in the SIS often orphans data in Brightspace. Has anyone found a way to: Merge or otherwise preserve progress, grades, quiz attempts, and completion dates when consolidating accounts? Map/move artifacts from User A →…
-
Create vs UPDATE to activate Disabled user account.
If I run a file to disable a user's account through IPSIS (DELETE action for that record), what would the difference be between running a file with a Create vs an UPDATE action to enable the account again?
-
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
-
How do I set up a developer account?
Hi, my company is partnering wit ha D2L Brightspace user and we're setting up our first integration so that they can access our tools via LTI 1.3. I'd like to create a developer account on Brightspace in order to test out the integration to make sure everything works smoothly for our customer integration. Can you help me…
-
My Brightspace is not syncing with the modules
Hi, I have newly added modules and it's not reflecting in my Brightspace. Is the API syncing not automatically done? Here, I attach the new modules, and the Brightspace is still showing the old modules (deleted ones, without the newly added ones)
-
Different time zones
Hi… How can we solve the issues about different time zones? If we ask students to change it manually from their account settings, it works correctly just for Americas and Europe, not other continents. This might cause confusion, especially when it comes to the assignment/quiz due dates. Could you please provide a solution…
-
Questions Regarding Quiz Questions and API Capabilities in Brightspace
I am currently working on my paper, where I am investigating how to utilize Brightspace for generating quiz questions from an external application. In this context, I have the following questions: - Is there an API route available specifically for generating quiz questions? I have only found a route to create a quiz…
-
change CONTENT_COMPLETIONTYPE_T via the API
(newbie here, please bear with me) Dear all, I have a widget running with some javascript. I can get info through the API (get the TOC, whoami etc.), I can change the Title of a Topic, it all works. What I want to do, is change the CONTENT_COMPLETIONTYPE_T with an API call. In the TOC object, CompletionType exists for…
-
Request for API Access to Start and Submit Quiz Attempts via REST API
Dear Brightspace Support Team, We are currently integrating Brightspace with our internal systems and would like to automate the quiz-taking process for users via API. Specifically, we are looking for REST API endpoints that allow us to: Start a quiz attempt for a user Submit answers to quiz questions programmatically…