API Access
    • 11 Sep 2024
    • 1 Minute to read

    API Access


    Article summary

    Skillable Connect APIs are structured around REST. Our APIs have predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

    Refer to Skillable Connect API Documentation for more details.

    Skillable Connect : LAB Edition

    • Skillable Studio, our core platform for creating, customizing, and managing labs – and delivering labs to your end users, is accessible by our (LAB) API. Additionally, this API enables access to the data reflecting each user’s activity and performance for each lab launched.

      • Launching, saving or resuming a lab.

      • Obtaining high-level and/or granular skilling data resulting from lab instances.

      • Creating a class of labs and/or monitoring each lab instance.

    Skillable Connect : TMS Edition

    • Training Management System (TMS), our core platform for managing your users, scheduling training to consume content, is accessible by our (TMS) API. Additionally, this API enables access to the data reflecting each user’s activity and performance for each course launched or class attended.

      • Creating, managing user accounts.

      • Obtain detailed reporting for user activity.

      • Search detailed information on all course data and obtain user feedback.

      • Create, update, and manage class enrollments.

      • Assign course assignments and be able to query on External user ID's.

      • Course Subscriptions can be created and updated.

      • User Surveys can be exported to obtain the detailed information.

      • Create and update classes, assign instructors, obtain listing of classes by training key.

    What is a RESTful API?

    • Application Programming Interface (API) – put simply, a set of rules that helps systems talk and expose/share data to one another across the Internet in a consistent way.

    • Representational State Transfer (REST) is a standard architectural pattern describing how distributed systems can expose a consistent interface. When people use the term REST API, they are generally referring to an API accessed using the HTTP protocol at a predefined set of URLs.

    These URLs represent various resources — any information or content accessed at that location, which can be returned as JSON, HTML, audio files, or images. Often resources have one or more methods that can be performed on them over HTTP, like GET, POST, PUT, and DELETE. The action represented by the first and last of these is clear, but POST and PUT have specific meanings. How they are defined is confusing, but the general rule is: use POST to create resources and PUT to update resources.

    Using Skillable Connect requires an Integration key

    If you do not have an Integration key, please reach out to your organization to obtain an account.


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.