Skip to main content

5.118.0 Release

Integration API

New Features

  • New Endpoint Available - Get Learning Path

    • Route: GET /learning-path/{userId}
    • This endpoint will return Learning Path details for a User.
    • Available in both v1 and v2.
  • New Endpoint Available - Get Self Assessment Ratings

    • Route: GET /self-assessments/{selfAssessmentId}/skill-and-competency-ratings
    • The endpoint will return Skills and Competency ratings for a given Self Assessment.
    • Available in both v1 and v2.

5.117.1 Release

Integration API

New Features

  • New Endpoint Available - Get Competency Definition
    • Route: GET /competency-definition/{id}
    • This new endpoint exposes competency information for Admins who are looking to retrieve definition information about a specific Competency in the LMS give its competency ID.
    • As an example, If a Learner has gained a Competency, and you have its ID, you can use this new API to learn more about the Competency achieved, including a link to the badge image (if one is present).
    • Available in both v1 and v2.