Skip to main content

5.127.0 Release

Infuse API

New Features

  • Updated Endpoint - List catalog instructor led course session counts

    • Route: GET /my-catalog-calendar
    • The endpoint supports the optional includeCompletedSessions query parameter.
  • Updated Endpoint - List catalog instructor led course sessions

    • Route: GET /my-catalog-calendar/sessions
    • The endpoint supports the optional includeCompletedSessions query parameter.
  • Updated Endpoint - Get calendar overview

    • Route: GET /instructor-led-courses/{courseId}/calendar
    • The endpoint supports the optional includeCompletedSessions query parameter.

5.126.0 Release

Infuse API

New Features

  • Updated Endpoint - List sessions

    • Route: GET /instructor-led-courses/{courseId}/sessions
    • The endpoint supports the optional includeCompletedSessions query parameter.
  • Updated Endpoint - Get session

    • Route: GET /instructor-led-courses/{courseId}/sessions/{sessionId}
    • The endpoint supports the optional includeCompletedSessions query parameter.

5.124.0 Release

Infuse API

New Features

  • Updated Endpoint - List catalog courses
    • Route: GET /my-catalog
    • Added parentCategoryId field to response schema.
    • Added optional includeSubcategories query parameter. When filtering by category and this is set to true, additionally return courses from all child categories.

Bug Fixes

  • Shared video lessons now correctly play in Infuse player.

5.119.0 Release

Infuse API

New Features

  • Added partitioning to Infuse cookies in preparation for a future browser change to block 3rd party cookies in Chrome. This is a transparent change and will not impact current functionality.

5.117.5 Release

Infuse API

New Features

  • If Department specific branding has been applied, Users will now see this theme in the Infuse course player.

5.117.4 Release

Infuse API

New Features

  • It is now possible to hide Tags in a Course Player:
    • &hideTags is added as a Infuse query string parameter for the course player.
    • If the value is set to false, all Course Tags are hidden in the course player.
    • If the parameter is not passed in the query, the course tags are visible in the course player.

5.117.1.2 Release

Infuse API

Bug Fixes

  • Improved SCORM assessment answer tracking in the Infuse Lesson Player.

5.117.0 Release

Infuse API

New Features

  • In the scenario where a client’s Infuse token is no longer valid while a Lesson is playing in the Lesson Player and their Lesson progress will not be saved, we will inform the User with the following message: Player Error

5.116.1 Release

Infuse API

New Features

  • Enhanced error message descriptions and ensured that all possible error responses appear alongside each endpoint description.

Bug Fixes

  • Updated required parameter notations to be more accurate.

5.116.0 Release

Infuse API

Bug Fixes

  • Improved performance on Curricula Groups API and Course Bundles. My Catalog alongside others.