-
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??
-
API for Personal Display in Grades
Hello, I want to hide Final Grades(Adjusted and Caculated), by using API. Can I get some End Point For that, or a Link Or How can i copy all personal view setting to other course(Not Grade Setting) Please Help
-
Is there going to be more veterinarian courses in the future?
I enjoyed learning my VTA course through Robertson that i am wanting to know if there is a chance to grow with this career choice like having more options that an Assistant maybe more about bacteria or technican side.
-
Elucian Luminis HTTP Client integration
Hello, Our institution is planning to migrate our SIS to Workday Student in the next 2-3 years. In the meantime, our current integration with Brightspace uses an HTTP Client called from the Ellucian Luminis portal. I believe the API might be called BIC, as our endpoint is /d2l/bic/bannerMessage.d2l Will this integration…
-
Does API support setting language?
@Ian.P.710 and all… Does the API support setting a language (other than English) for a course? What languages are supported? In the UI, I see the ability to set English or Spanish, but I don't see that in any of the API actions for courses or course content. Thanks! Richard
-
API enrolment at department level and above?
I am attempting to enrol a user within a department OU using the Valence API. When I invoked the enrollments endpoint specifying the ID for a course offering OU, the enrolment occurs. However, if I try the same call while specifying the ID for a department OU I receive a forbidden response. Can the enrollments endpoint…
-
New Content Experience Switchover
Hi, I was wondering what the timeline was for D2L to switch over completely to the New Content Experience. Is there even a plan to switchover or will both the New Content Experience and Classic View still be available for the foreseeable future? At the college I'm a full-timer at, they haven't heard anything, but at the…
-
How get the D2L data from the cloud to DW on premise (SQL Server)
Hello, I was ask to come up with high level approach to pull data from D2L-Cloud data to a on premise SQL Server database, and need to understand how much work is involved. What components do I need to integrate for a smooth data transfer. What are my options: 1) Can the D2L be scheduled to perform data sets exports to an…
-
403 Forbidden error for bds/list request
hello, We have two environments, one for testing and the other is PROD environment. I am working on the testing environment. Thus, I am using baseURL like: https://****test.brightspace.com Scope: core:*:* datahub:dataexports:download,read My request is: {{baseURL}}/d2l/api/lp/{{lpversion}}/dataExport/bds/list Response 403…
-
how can create a course similar to the one used by FedEx for our employees?
We would like to develop a course in which on boarding and additional training can be done as we get new employees.
-
Sort API for Grade Category/Item
Hello did Brightspace have Grade API for soirting Grade Item/Category by Name?
-
Which endpoint to use to enable sections
Hi, We use the API to enable sections. We use this endpoint to initialize the sections: This works in version 1.36 but not in higher versions like 1.44. This most likely has to do with it being Deprecated but the information about the API versions for this route is very confusing. We have LMS version 20.23.7.20917. When I…
-
How to Update Line Items with LTI Advantage?
I'm currently encountering an obstacle while attempting to update line items that were generated via LTI 1.3 deep linking (scoreMaximum, label, startDateTime, endDateTime). The grade item's name will undergo an update, but that encompasses the extent of the changes. The name and dates for the quick link will remain…