Product Updates - Week of February 2nd, 2026
Behind the scenes
- Catalog sessions: Resolved an issue with the catalog for courses with multiple sessions. When users enroll in a course session in the catalog, the course catalog page now correctly displays the user’s enrolled status with the applicable session selected.
- New assessment results API endpoints:
- Two new API v3 endpoints have been created:
- Get an assessment’s result:
- GET /courses/{id}/assessments/{assessment_id}/results
- This new endpoint returns the results of an assessment response.
- Get a SCORM assessment's result:
- GET /courses/{id}/assessments/{assessment_id}/scorm_results
- This new endpoint returns the results of a SCORM assessment’s response.
- For more details, administrators can access the API 3.0 reference guide within the platform:
- Click Admin from the primary navigation menu.
- Click API from the fly-out menu.
- Click API 3.0 reference guide in the upper right corner
- New catalog categories field added to API endpoints:
- The field catalog_categories was added to the following API v3 endpoints and provides the catalog categories associated with the course:
- Get courses: GET /courses/{id}
- List courses: GET /courses
- For more details, administrators can access the API 3.0 reference guide within the platform:
- Click Admin from the primary navigation menu.
- Click API from the fly-out menu.
- Click API 3.0 reference guide in the upper right corner