Anúncios
Brightspace API Release Notes - November 2024
Our Brightspace ILP in continuous delivery provides these new features and changes since the release of October 2024: Learning Environment. Version 20.24.11 of the Learning Environment includes these changes with version v1.81 of the LE API: We’ve added a PinnedDate property to NewsItem structures. Previous changes. You…
Upcoming changes to content and discussion API scopes
Hello everyone, we wanted to bring a product blog to the attention of the Developers group. If you do have any questions or concerns please do let us know. Thanks! https://community.d2l.com/brightspace/kb/articles/13798-upcoming-changes-to-content-and-discussion-api-scopes
Share your Experience Using APIs with D2L's UX Research Team!
D2L’s User Experience (UX) Research Team is looking to speak to individuals who use Brightspace APIs about their experience using them. UX Researcher sessions will be running between February 12, 2024, to March 15, 2024. If you are interested in participating in this UX Research, please see the project details below.…
How Can Our Developers Group Help You with Your API Workflows?
Heyya all! I want to re-examine the value of this group and ensure it provides the right information, resources, and discussions to support all of you. I'd appreciate hearing from you on what you'd like to see this group provide, and how you've used it in the past. One item that I'm specifically taking a close look at is…
Posts
Account Creation date/time
Is there a way to search for all users who's accounts have been created since some point in time? We have processes that we want to perform on new students (enrolling them into an orientation course shell, resource shells, etc.) however the application that actually creates the user accounts from the SIS using IPSIS…
Track user interaction: custom page visits and navbar/homepage changes
We are building a custom widget that offers users a simple way to customize their course. Among others, users can choose between different navbar and homepage options for their course. We display this widget on some of our course homepages in Brightspace. A more detailed version of this widget can be opened on a separate…
Working with Google Workspace
Our school uses Google Workspace for email. I am working on a program to automate the linking of D2L user accounts with their corresponding Google Workspace accounts. Currently, I have to daily generate a csv file of all users who have not been linked (using the database created from datahub BDS sets). I then use this file…
LTI 1.3 Asset Report Service endpoint in Brightspace?
Hi Everyone, I’m implementing an LTI 1.3 Asset Processor tool in Brightspace and have everything working except the final report submission step. From my understanding, I need the Asset Report Service endpoint to POST a report to Brightspace. Brightspace does not seem to advertise this service in LTI claims (both launch…
HTML Widget for RSS Feeds
I have successfully embedded a live RSS feed on the homepage using a custom HTML widget. Our Vision is to have the Widget to disappear when there is no content in the RSS Feed, and display the contents when an announcement is entered - so it automatically appears when someone enters anRSS feed altert. The good news is, AI…
How do I update user attributes via the console with apis
What is the Valence API endpoint to create Source Courses?
What is the Valence API endpoint to create Source Courses?
Posting a feedback file to a dropbox via API
I have been trying to write code either via POST /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/feedback/(entityType)/(entityId)/attach or POST /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/feedback/(entityType)/(entityId)/upload I've been trying to upload a specific small file as a test, and…
core:*:* scope for 'dropbox' endpoints?
Hello, I'm using the brightspace API pretty extensively, and I've encountered a number of endpoints with no OAuth Scope listed. Primary related 'dropboxes' (https://docs.valence.desire2learn.com/res/dropbox.html#get--d2l-api-le-(version)-(orgUnitId)-dropbox-folders- for example), but also in other areas…
ID/Key auth Python assistance
Hello! I’m implementing ID/Key authentication for a Python script and am running into a few issues I could use some help with. I know OAuth2.0 is the new standard, but for now I'm just trying to make simple API requests and I believe this route will suffice. Issue 1: Redirect to 404 after login (no callback) My script…