-
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…