-
Data Hub's APIs- Retrieve a Data Set Extract File
Hi all, Im trying to retrieve a data set extract file fro Data Hub API. Im stuck at this part. I tried on it didnt work. The error is Unknown error occurred (HTTP status 500). Can someone help. Thank you.
-
How to get subsequent evaluation for an already evaluated student?
I use Brightspace as a facilitator / teacher. I'm making a browser extension for myself that automatically find any student assignment submissions that isn't evaluated. For my first version I used the following endpoint: GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ The data it returns contains 2 relevant fields:…
-
DataSetId and Filter spec/definition resource
Hi All, I have just started working with Brightspace and I am running into a bit of an issue. I want to call the following endpoint /d2l/api/lp/(version)/dataExport/create the object it expects requires a DataSetId and Filters (I assume specific to each data set) Where is a list of these DataSetIds and filters. I have been…
-
Can I integrate an additional feature inside D2L to import student grades from an outside source?
I want to create/integrate a feature, e.g., a new Activity, that would allow me to import students' grades from an outside source like GitHub or GitHub Classroom. Is there any API I can use for that?
-
API doesn't bring in User and Org Units deletion data
Hello I have recently made some additions, updates, and deletions on users and Org Units pages from the D2L admin page. I was expecting these changes to flow through the below Brightspace differential datasets - Users Differential - Organizational Units Differential The additions and updates did flow in as expected from…
-
Retrieve list of links in a topic and update it using API
Is it possible to retrieve all the links existed in the topics/units and update it using API?
-
Issues with 3rd party content (H5P assets)
Since the beginning of the year, we've had widespread complaints from users that interacting with H5P assets causes them to jump to the top of the course page on which they are working. This occurs inconsistently across H5P assets and users report extreme frustration. We've been advised that this defect is the result of a…
-
get data from API
I am trying to pull data like given in the Datahub → Data Sets → 1. Organisational Units, 2. User Enrolments, 3. Course Access
-
SSO Integration D2L
Hello, I need to integrate with the D2L platform into our system called CERBRUM, but I am encountering some difficulties. Whenever I fill in the necessary parameters for the API request, even though they are theoretically correct, I receive the code 403 (Forbidden), as a response to the request. I believe that one of the…
-
Use for a provincial charity
Does anyone have experience using Bright Space with a charity such as BC Search and Rescue? I am looking for details on the cost of this kind of use. Also, any information on whether Bright Space will hook up with WordPress would be appreciated.
-
Is it possible to set the display options for a Grade Category using the API
We want to create Grade Categories and Grade items using the API and I was wondering if it is possible to set the Display options (see picture) using the API. Creating Grade Categories and Grade Items work perfect but I can't find how I can set the display options so I can hide the calculated total score for the Grade…
-
Using API to Create, Edit and Delete for Intelligent Agent tool
Hi, Anyone has any experience on using API to do the CRUD actions for Intelligent Agent tool?
-
Question about API
Hello dear, I hope you are doing well. I am an MMI student at Breda University of Applied Sciences in the Netherlands. I am working on an idea about schedule arrangements for students who are using Brightspace. This application can create plans for students' assignments. Now, I have a question for you. Does Brightspace…
-
OAuth 2.0 Client Credentials Flow Support for Brightspace (M2M)
Is there any support for OAuth 2.0 flows other than Authorization Code Grant (preferably Client Credentials flow)? I'm needing support for fully headless automation, and the need for a user to log in with a browser in order to get an initial authorization code doesn't make sense for a fully automated environment. Private…
-
How do you use the Brightspace API to associate a grade item with a topic in a course?
Using the Brightspace Valence API : I am creating a grade item with this call: But I don't see how I can then associate this new grade item with content in a Course. I can retrieve a topic within a course and see it's ContentObject JSON block: This ContentObject JSON block has a "GradeItemId": But there is no way to set…
-
Brightspace API to check if a page is in Edit mode
Hi there, I was just wondering if one can leverage the Brightspace API or some other way to check if a page (content page) is in edit mode. If so I can use some JavaScript to add a class to the <body> which temporarily disables SAL animations. I use SAL (Scroll Animation Library) and elements that bear data-sal attributes…
-
Unity App to submit xAPI data not LMS hosted.
Hi there. I work for a studio and we are invastigating building a Unity Game that submits xAPI data back to a D2L LMS. The intention is not to host the application on an LMS, but instead to have it run localy on people's machines, so authentication would need to be managed via API requests. Is this something that is…
-
Regarding Access Token With OAuth in c# console application
Hello Team, I tried to get access to Token in my c# console application but got an error like the below An error occurred while generating token: Status Code: 400 Response: {"error":"invalid_request","error_description":"Missing \u0022client_assertion\u0022 parameter"} Failed to obtain access token. Can anyone suggest me…
-
Is there a way to test brightspace api with a sandbox?
Hi, Is it possible to try out some brightspace api without a production account. Thanks!
-
Students' Survey/Quiz Responses
Is there any way of accessing the students' survey or quiz responses using the API? So far I can only access metadata around their attempt (e.g. when they took a quiz, the grade, how long it took).