Welcome to the New Guide Quick Guide Logging in to your learning portal Technical overview GDPR overview GDPR and Security Whitepaper Hardware and software requirements About JSON Web services and SSO The Learning Center API Authenticate against the Learning Center REST API
1 min read

The Learning Center API

The Learning Center uses REST API. Representational state transfer (REST) web services provide a uniform and predefined set of stateless operations. REST systems aim for fast performance, reliability, and the ability to grow by re-using components. These components can be managed and updated without affecting the system as a whole, even while it is running.

Using HTTP, the kind of operations available include those predefined by the CRUD HTTP methods GET, POST, PUT, DELETE and so on.

You can use tools such as Swagger to get APIs for different features. 

Comments

No comment available