Anuncios
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!
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…
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…
Publicaciones
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…
Github Classroom's LIT connector with D2L?
@Denise.M.3057 has posted a really neat question to the Development Category, hoping to connect with folks that have experience connecting Github Classroom's LIT Connector with D2L. I'm XPosting the question here to increase visibility in the hopes that one of our members here may have some advice to share.
Learn Postman with Paul -- replacement ??
I see that "Learn Postman with Paul" has been removed. What is the replacement for it?
Update CanSelfRegister course offering
Hi all, I'm trying to update an existing course offering via the Brightspace API, and I suspect the issue is related to the CanSelfRegister field. I'm sending the following JSON body in a PUT request to: PUT /d2l/api/lp/1.51/courses/6671 Here is the body: { "Name": "Ruud Koopmans Sandbox", "Code": "SB_r.p.m.koopmans",…
class progress
Hello everyone, I'm currently working on integrating with the D2L Brightspace API and I'm trying to identify endpoints that provide comprehensive class progress information. Specifically, I'm looking for endpoints that can show: Overall class progress metrics Student grades across all assessment types Quiz completion and…
API Uploading User Photos
I am trying to upload users Photos using the API. I receive a successful response from each post; however the images do not change. I will post a screenshot of my code in C# below and would greatly appreciate it if someone can see anything wrong with the code.
API & Performance+
Is there API access Performance+ functionality ? What I am wondering is Is it possible to drive P+ via remote control. The idea would be to have multiple data sources only 1 of which is D2L and use these other data sources to filter the data presented to the built-in data tools in P+ and then read the results directly.…
Updating Course Completion Tracking Settings using the API
Is it possible to update Course Completion Tracking Settings using the API?
Scopes Table for LTI Advantage tools that use Client Credentials Flow?
We are developing a tool that is registered as an LTI Advantage and we are using the 'client_credentials' approach to obtain the access token. We also try to call some Brightspace API endpoints (with the authorization header applied). To be able to call these selected API endpoints, we have to authorize the user specifying…
Copy Module and Topics via API
Has anyone had any luck copying a module and topics from one course to another course via api? I designed a module in one course that has topics, this module and topics need to be copied over to a number of courses. We have had issues with using BCC in the past and wish not to use it if we can. Since most of our faculty…