Info |
---|
The Learning Hub is a separate system from LearningBuilder, although it has many LearningBuilder-centric designs and features. |
Table of Contents |
---|
Overview
The Learning Hub is a data sharing platform that is independent from LearningBuilder. It connects organizations that publish event data (such as a Practitioner completing a course) to the organizations that want to consume that data (e.g. to satisfy application requirements).
Table of Contents |
---|
Overview
These organizations The organizations that participate in the Learning Hub are identified as Publishers or Subscribers.
Publishers put data into the hub.
Subscribers pull data out of the hub and do something with it.
...
The primary benefits of the Learning Hub are:
Publishers and Subscribers do not call each other’s APIs directly, ensuring that they cannot adversely impact the performance of the other party’s systems;Fully documented interface allows LearningBuilder and non-LearningBuilder systems to more easily integrate with each
other ;Standard APIs make it easier to integrate with LearningBuilder by reducing or eliminating custom code.
Info |
---|
The Learning Hub is NOT specific to LearningBuilder! It can also be used to import data from a 3rd party system into LearningBuilder, or to export data from LearningBuilder out to a 3rd party system. |
...
Development guides
For
...
instructions on how to get started with an integration, see these links:
Calling the APIs
The Learning Hub exposes multiple APIs for different tasks. Those are listed in the following section.
All of the APIs share a common hostname and authentication system.
API Hostnames
LB Env. | Lambda URL |
---|---|
PROD | |
UAT | |
SUPPORT | |
QA | |
DEV | |
TEST | https://test-all-learningHub-v1.learningbuilder-api-test.net |
...