Product Updates - Week of February 2nd, 2026

Product Updates - Week of February 2nd, 2026

Behind the scenes

  1. 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.
  1. New assessment results API endpoints
    1. Two new API v3 endpoints have been created:
      1. Get an assessment’s result
        1. GET /courses/{id}/assessments/{assessment_id}/results
        2. This new endpoint returns the results of an assessment response.
      2. Get a SCORM assessment's result
        1. GET /courses/{id}/assessments/{assessment_id}/scorm_results
        2. This new endpoint returns the results of a SCORM assessment’s response.
    2. For more details, administrators can access the API 3.0 reference guide within the platform:
      1. Click Admin from the primary navigation menu.
      2. Click API from the fly-out menu.
      3. Click API 3.0 reference guide in the upper right corner
  1. New catalog categories field added to API endpoints
    1. The field catalog_categories was added to the following API v3 endpoints and provides the catalog categories associated with the course:
      1. Get courses: GET /courses/{id}
      2. List courses: GET /courses
    2. For more details, administrators can access the API 3.0 reference guide within the platform:
      1. Click Admin from the primary navigation menu.
      2. Click API from the fly-out menu.
      3. Click API 3.0 reference guide in the upper right corner