Skip to main content

5.121.1 Release

Integration API

Bugfixes

  • Removed unused id request property on user update/upsert calls.
  • Fixed enrollments being returned for deleted courses.

5.121.0 Release

Integration API

New Features

  • New Endpoint Available - List Course Evaluation Answers

    • Route: GET /courses/{courseId}/evaluation-answers
    • This endpoint will return Evaluation Answers for a specified Course.
    • Available in v2 only.
  • New Endpoint Available - List Course Evaluation Questions

    • Route: GET /courses/{courseId}/evaluation-questions
    • This endpoint will return Evaluation Questions for a specified Course.
    • Available in v2 only.
  • New Endpoint Available - Get Course Evaluation Question

    • Route: GET /courses/{courseId}/evaluation-questions/{questionId}
    • This endpoint will return single Evaluation Question for a specified Course by questionId.
    • Available in v2 only.

Bugfixes

  • Removed unused timeSpentTicks request property on POST enrollment endpoint.

5.120.3 Release

Integration API

Bugfixes

  • Resolved issue where saving user management settings would always remove Reviewer user type

5.120.1 Release

Integration API

Bugfixes

  • Resolved issue where negative credits could be applied to enrollments

5.119.2 Release

Integration API

Bugfixes

  • Resolved issue where GET groups endpoint was returning too much data

5.119.0.2 Release

Integration API

Bugfixes

  • Resolved issue where filtering, sorting, and pagination was not being respected on v1 of some endpoints

5.119.0 Release

Integration API

New Features

Manager Experience
  • New Endpoint Available - List Manager Direct Reports

    • Route: GET /managers/{managerId}/direct-reports
    • This endpoint will return Direct Report details for a Manager.
    • Available in v2 only.
  • New Endpoint Available - Update Manager Direct Reports

    • Route: POST /managers/{managerId}/direct-reports
    • This endpoint will update and return Direct Reports for a Manager.
    • Available in v2 only.
  • Updated Endpoint - List Users

    • Route: GET /users
    • The endpoint will also return the IsManager property.
    • Available in v1 and v2.
  • Updated Endpoint - Get User

    • Route: GET /users/{userId}
    • The endpoint will also return the IsManager property.
    • Available in v1 and v2.
  • Updated Endpoint - Get Currently Authenticated User's Details

    • Route: GET /users/my-details
    • The endpoint will also return the IsManager property.
    • Available in v1 and v2.

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.