REST API for accessing assessment passwords - 3900.80

Blackboard Learn SaaS, Blackboard Learn 9.1
Ultra Experience, Original Experience
Ultra Course View, Original Course View
Impact: Administrators

Related topic: Learn APIs

In Learn, assessments can be protected with access codes. Access codes help provide integrity and security for assessments.

To improve the integration with proctoring services, we extended the access code option via REST API.

Now, users can retrieve the access password configuration settings. The configuration setting is for both Ultra and Original courses. This information includes the following key fields:

  • Enabled: Flag that indicates whether the assessment is password-protected or not.
  • Password: This field contains the 6-digit passcode. The password is available in plain text, simplifying the integration process.

Furthermore, these fields will be accessible through the following Content endpoints:

  • GET /learn/api/public/v1/courses/{courseId}/contents
  • GET /learn/api/public/v1/courses/{courseId}/contents/{contentId}

For administrators: The required entitlements for Users API remain unchanged.

Return to December 2023 – 3900.80 Release description