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.
- Route: GET
-
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.
- Route: GET
-
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.
- Route: GET
Bugfixes
- Removed unused
timeSpentTicks
request property on POST enrollment endpoint.
5.120.3 Release
5.120.1 Release
5.119.2 Release
5.119.0.2 Release
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.
- Route: GET
-
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.
- Route: POST
-
Updated Endpoint - List Users
- Route: GET
/users
- The endpoint will also return the
IsManager
property. - Available in
v1
andv2
.
- Route: GET
-
Updated Endpoint - Get User
- Route: GET
/users/{userId}
- The endpoint will also return the
IsManager
property. - Available in
v1
andv2
.
- Route: GET
-
Updated Endpoint - Get Currently Authenticated User's Details
- Route: GET
/users/my-details
- The endpoint will also return the
IsManager
property. - Available in
v1
andv2
.
- Route: GET
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
andv2
.
- Route: GET
-
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
andv2
.
- Route: GET
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
andv2
.
- Route: GET