Skip to main content

5.127.0 Release

Integration API

New Features

  • New Endpoint Available - Create Group

    • Route: POST /groups
    • This endpoint will create a new Group.
    • Available in only v2.
  • New Endpoint Available - Assign Users to Group

    • Route: POST /groups/{id}/users/assign
    • This endpoint will assign users to an existing manual Group.
    • Available in only v2.
  • New Endpoint Available - Unassign Users to Group

    • Route: POST /groups/{id}/users/unassign
    • This endpoint will unassign users from an existing manual Group.
    • Available in only v2.
  • New Endpoint Available - Update the Group

    • Route: PUT /groups/{id}
    • This endpoint will update the existing Group.
    • Available in only v2
  • Multi-session enrollment is now supported on the following endpoint

    • POST /users/{userId}/enrollments/{courseId}/session/{sessionId}

5.126.0 Release

Integration API

New Features

  • Re-enrollments now trigger a course enrollment email to be sent.

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.