-
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.…
-
Create restrictions on assignment text box submissions
Could a feature be added into the assignment text box submission where students are restricted from copying and pasting into the text box. Study forge has this feature included into quiz questions where you can turn on/off copying and pasting into written response questions. This feature could also be helpful in quizzes…
-
Sandbox account for development
Hello all. I'm wondering how I can create a test/sandbox Brightspace account? I'm building an LTI integration for my app and need to test. Your help is greatly appreciated.
-
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…
-
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…
-
How to Access Classlist of Section Courses via Brightspace API?
Hi everyone, I'm working with the Brightspace API and have successfully retrieved the classlist of a crosslisted (parent) course using: GET /d2l/api/le/(version)/(orgUnitId)/classlist/ However, when I try to use the same endpoint to get the classlist of its section courses, I receive a 403 Forbidden error. I've reviewed…
-
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 →…
-
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…
-
How can I get a count of the number of Creator+ items active or used in a course?
I know that Creator+ is a new tool, but there is not much for it as far as datasets go. There has to be data on this tool and items created with it. To me there should be info similar to what you find for ContentObjects. Will we be getting any datasets specific for Creator+ items/content?
-
How can we bulk restore deleted group categories and assignment folders in Brightspace?
We have a list of group categories and assignment folders that were mistakenly deleted, and we need to restore them in bulk. I’ve reviewed the available Brightspace API documentation, but I haven’t identified any specific endpoints that support restoring both group categories and assignment folders. If anyone has…
-
H5P new custom content types
I created the attached variation on the memory game and would like to allow other staff to include it in their classroom through the H5P feature. How can I do that in Brightspace? https://us.v-cdn.net/6036482/uploads/RR9TWJ74GF0N/memorygame2-html.txt
-
How to get version
Hi all, I am a developer of a LTI tool provider. I want to use this api to get all quiz belong to one orgUnit, but how can i get the {version} value? /d2l/api/le/(version)/(orgUnitId)/quizzes/ Any comment or idea is appreciated!!! Thank you.
-
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…
-
Brightspace UX Concerns (Free UX consultation)
I’d like to raise a few UX concerns regarding the current UX of Brightspace LMS 1. Attendance Tracking While Brightspace offers an attendance feature with symbols or letters like P (Present), A (Absent), L (Late), and E (Excused), it lacks the option to annotate these records with custom notes. Personally, I use Google…
-
API bulk grades by UserID call modifiedSince parameter implementation
When trying to use GET /d2l/api/le/(version)/grades/values/(userId) with the optional modifiedSince parameter, I construct the following endpoint: '/d2l/api/le/1.85/grades/values/12345?modifiedSince=2024-08-04T14:51:23.558Z'. However, the API returns only grade objects with a lastModifiedDate within 24 hours of the call,…
-
Discussion post attachment api endpoint
Hello, I am looking to be able to access the info related to attachments on discussion posts. Is there a specific endpoint available to do so? "attachmentCount" is a property of data in the return of a discussion post get, and I would like to be able to get more information about on those objects. Thank you
-
Pulse app functionality
I am new to brightspace (Canvas user). My question is about the app. I downloaded the pulse app. The first screen asks me to select a school. So I select my institution. A browser opens that asks me to sign in. So, I do. I also check "remember me." It takes me the Brightspace browser. I have to click on "current classes."…
-
Retrieve Rubric associated with Quiz Question
Hello Community, In custom applications I make use of this public API: https://docs.valence.desire2learn.com/res/assessment.html#get--d2l-api-le-(version)-(orgUnitId)-rubrics GET /d2l/api/le/(version)/(orgUnitId)/rubrics Retrieve rubrics for an object in an org unit. Parameters: version (D2LVERSION) – API version.…
-
Valence API returns 403 when accessing user data with valid token
Hi everyone, I'm running into an issue with the Valence API when trying to fetch user data. I’ve authenticated successfully and received a valid token, but when I call the /users/ endpoint, I get a 403 Forbidden response. The app is registered, and the user account I’m testing with has the necessary permissions in…