-
Unable to authenticate to D2L brightspace from our code base, need your inputs and help
we are currently using oath2.0 to connect to brighspace and all of the sudden we are unable to get access tokens, could you please give us a call ?
-
Access to Brightspace Client Course - Learn Postman with Paul
Hello, How can I get access to the client course: Learn Postman with Paul? This is the error I received when I clicked on the course link:
-
How to get the grade from the dropbox in the API
Hello, I'm new using the brightspace api and I'm a bit lost in the data schema. If I have a dropbox folder in a course that I can request with this request /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ (https://docs.valence.desire2learn.com/res/dropbox.html#get--d2l-api-le-(version)-(orgUnitId)-dropbox-folders-) This…
-
items due returning only 1 value
I am trying to create a widget that pulls a list of all the items that the student has outstanding in a course. I am making a call to the 'content/myItems/due/'. I tested it with only 1 assignment due and it worked. However, when I added more assignments it still just returns the one and not 4 as it should.
-
Learning Group not enrolling a user in courses
I have 2 Learning Groups 1 for free users, 1 for paid users. The paid course list is larger than the free one. When I update the _RoleCategory attribute to 'Member' it seems to correctly enrol the user in those courses. Due to a user not paying their fees, my process involves unenrolling the user from the paid courses,…
-
Where to find the relationship between a questionnaire question and its response attachment
I am integrating the D2L API with an electronic document management platform, and to classify the document on this platform, I need to find the relationship between a question asked in a questionnaire and an attachment sent by the student as an answer to that question, where can I find it? this information? I was able to…
-
API Index
Hi there, Can you help me on finding the index of listed data hub from this url. https://docs.valence.desire2learn.com/genindex.html Data Hub 1. Course Access 2. Organisational Units 3. User Enrolments
-
core:*:* scope
Hi everyone, I had a quick question. One of our partners who handles our student advising for one of our programs has requested access to OAuth2.0. They gave us the scope and API calls they were requesting access to. The dropbox/assignment APIs don't have their own scope as most of the tools do, so they're just included in…
-
Way to create a question type in CSV that allows for numeric input with Errors tolerances?
Has anyone found a way to generate a question with numeric inputs for the students and error tolerances OTHER than using the question editor in D2L/Brightspace? Either by R, CSV or Python would be great! I have a script to mass generate questions in Python that creates a CSV files and allow for an array of answers (all…
-
Credly Badging Integration
I'm looking for any feedback anyone is willing to share regarding their experience with their Credly integration. Thanks in advance!
-
PostMan CLI and Brightspace-- Anyone gotten this to work?
Howdy folks! I've been working away with PostMan for some time and have been dipping my toes into setting up a few items to run through the CLI; however, I keep running into a 401 error when attempting a run. The collection works fantastic in the Desktop/Web versions, but I feel like I'm missing something…. Below is what…
-
Setting up an application
Hi Team, One of our client wanted to integrate Brightspace D2L system into their project. Could you please explain me the process. How can I setup up OAuth 2.0 authentication¶ and register an application using OAuth 2.0¶ and do all necessary configuring?
-
Highlight in HTML editor
In the HTML editor, there doesn't seem to be a way to highlight text? Is the code to type in so that text can be highlighted? Highlight is not necessarily an accessibility issue since it can often be used as grey scale.
-
Support for ETag and If-None-Match headers
This is more of a feature request than a question, I hope this is the right place to submit it. If the Brightspace REST API supported Etag and If-None-Match headers, it could allow for more efficient communication for both the client and the server The headers are described in these links:…
-
Possible to isolate data of users with specific attributes? (Postman API)
Hi all! I'm currently exploring building APIs using Postman. With the resources available, I was able to call User data and Attributes separately using the following actions: GET /d2l/api/lp/(version)/users/ GET /d2l/api/lp/(version)/attributes/users/(userId) I wasn't able to find a way to generate a list of ALL users and…
-
API call suddenly omitting OrgDefinedId
GET /d2l/api/le/(version)/(orgUnitId)/classlist/paged/ returns a list of ClasslistUser blocks, which are supposed to contain (among other things) the OrgDefinedId. I've been using this API successfully for over a year, and the OrgDefinedId has always contained the expected value. As of Nov 2 it now has a null for the…
-
Course completion
Hi, is there an endpoint to get information on course progress (target information in column Content Completed)? Best regards,
-
Configuring API - How to find Admin Tools
My main goal is to use this API within my research project with my professor, so we can alter how our auto grading system for computer science assignments is done. I am trying to get student submissions from students who are registered in computer science courses, and from there use those files to grade them with an…
-
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