-
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…
-
Is updating/fixing the Content API on the Roadmap?
Our institution makes pretty extensive use of this following API for our custom applications: https://docs.valence.desire2learn.com/res/content.html#get--d2l-api-le-(version)-(orgUnitId)-content-toc There has been an unstable version of this endpoint (with some issues) which appears to be untouched for at least the last 2…
-
Request for Guidance on Brightspace API Id-Key Authentication Integration
This question is regarding a recent LAM Request case, 02189981 I am currently in the process of integrating Brightspace APIs into my application.At present, I am part of the SSO setup from Carrier with a Learner role, but I require an Integrator role to pull data via the APIs. Matt Walker has advised that assigning both…
-
OpenAI Spec ?
Has anyone started working on an OpenAI spec for the API? Something that could be fed to create a custom GPT, CoPilot Agent, or any other LLM that supports customization?
-
Send Email
Is there a way to send email via API? All I could find was about user account configuration. I want to be able to have an application send an email (with an attachment) to a user from within d2l.
-
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…
-
importing release conditions in course package?
(Third time is the charm, I hope…thought I had posted to the developers community earlier but apparently posted on a different forum!) I am working on a GUI in python and Qt that allows me to modify announcements efficiently for populating a course by uploading zip file (news_d2L.xml and imsmanifest.xml). The core…