-
what user permissions are needed to update the users data using /d2l/api/lp/1.35/users/
Hi, we are trying to update pronouns from our SIS into Brightspace using APIs and are currently testing. We get a permissions error when attempting to run /d2l/api/lp/1.35/users/ Can we get a list of all permissions needed to successfully make this call? Thank you, Holly
-
Access Brightspace API using client credentials flow
Are we able to access Brightspace API using client credentials flow? API eg: https://peelpd.brightspace.com/d2l/api/le/1.41/1111/calendar/events/ I tried to generate access token on postman using client credential flow but getting following error. Error: invalid_request, Description: Missing "client_assertion" parameter…
-
How do I attach an uploaded file (using the 'resumable' process) to a course?
@Ian.P.710 @Chris.S.534 : hoping one of you guys can help… or others?? We are uploading +/-1,000 SCORM zip files. When we upload them, they become modules within course structures that we create programatically. We are blocked at the moment because some exceed the +/-500MB upload file-size limit. Because of the limitation…
-
Does anyone have experience connecting from Informatica?
I need to connect to Brightspace API with an Informatica REST V2 connection. Has anyone had success with this? Is there a swagger file for Brightspace that I could load into Informatica?
-
Course Files API - Public Files management
I was wondering if it's possible to use the Course Files API to interact with Public Files (such as those available under /shared)? I have a use-case that would benefit from being able to programmatically delete/create/update files in that area, and my initial testing suggests that the Course Files API doesn't see files…
-
Course Files API - Delete file
When I use the Course Files API to view a file, it works as expected. For example, GET d2l/api/lp/1.44/xxxx/managefiles/file?path=/path/to/file.txt (org id and file name omitted) works completely fine and as expected. Based on the documentation, it would appear that the only thing that should change is instead of using the…
-
PIE is down?
I've tried last week, and this week.
-
Are there any softwares that intergrate with Brightspace for reviewing courses
We would like to provide our SMEs with a way of submitting review feedback on courses that is easy for them to add and for us to track what feedback pertains to what part of the course. Are there any softwares that integrates with Brightspace like reviewmyelearing.com where a user could add comments to a version of the…
-
Chegg
I work for a college. Screenshots of our homework and quizzes from D2L appear in Chegg. There is a lengthy process to track the students for checking through IP. I wondered if D2L has the technology to create a repeated watermark on a screen that will appear in a screen capture. This would be an easier way to track this…
-
API for Question Library
Hello, I need to make edits/corrections to the questions in the quizzes that uses the question library. I tried using the questions api below but it doesn't give me anything. What would be the most efficient way of making corrections in the question library spanning several courses?…
-
CANNOT ACCESS MY EMAILS
THERE IS A PROBLEM WITH BRIGHTSPACE. MY BELL ICON HAS AN X AMOUNT OF NUMBER.S BUT WHEN I CLICK ON THE INBOX I CANNOT ACCESS ANY EMAILS. HOW DOD I FIX THIS?
-
Service-to-service authentication?
We want to automate some processes using the Brightspace API, without the need for a human to log in (because the automation process will be running on a server). Does Brightspace have a process for service-to-service (S2S) authentication? To reiterate, we need to integrate with Brightspace's API without user interaction,…
-
Hiding a category in Assignments or Quizzes?
Can the Category tool in Quizzes and Assignments be updated so that a category (and everything inside of it) can be marked as hidden?
-
How do I make the "Standards" tool available in my Course Admin?
Hello! One of our instructors wanted to import standards from the Achievement Standards Network for a course that she is creating however, the "Standards" tool is not appearing in her course admin. I tried switching her permissions from Instructor to Administrator but it's still not showing up. Is there anything I need to…
-
Trying to get at course completion via APIs
I'm trying to get information about course completion for Training classes we're assigning to patrons and for a course for which we have a completion, I'm getting no results: Here's the path I'm using (pushing in variables we're using): GET $baseUrl "/d2l/api/le/1.73/" + $orgUnitId +"/grades/courseCompletion/" The…
-
How can I set the Course Banner to "show" by default on new Course offerings?
I can't see a way of having the Course banner shown by default, rather than edit the Course homepage?
-
Teams integration Minimum user O365 access
We're looking to replace Zoom as our online meeting facility via brightspace with Teams. Is anyone able to advise on whether Office365 'basic' access is sufficient for this to work? The API information does not include this.
-
Does Roles API support filters?
Hi, Does Roles api support filters to get only specific role ids? Regards, Ajay
-
Topic Link updating
We have in our courses, a module named resources. Within that module there are multiple topics, one of which is a topic containing a link to external resources. I would like to automate updating that link within that topic. Is this possible and if so, which API endpoint, or series of endpoints, do I need to call?
-
How to add a course to a parent topic via the API
If I use the UI, go to Org Unit Editor, and select a course offering, I can then click 'Add Parent' search for an org unit (such as a topic) and add it. How do I do this via the API if I know the course org unit ID and the ID of the topic org unit? @Ian.P.710 , @Chris.S.534 hopefully one of you guys know? or others??