API
LMS Collaborator - is an LMS system that works on the basis of RESTful API technology.
API (application programming interface) - a set of ready-made classes, procedures, functions, structures or constants provided by the Collaborator for interaction with other programs.
Used by programmers when writing all kinds of applications.
Used by programmers when writing all kinds of applications.
You can use our API to perform export/import of information to Collaborator, other commands, and create integrations with external programs.
The Collaborator RESTful API Reference Guide is available at https://your-domain-adress/api/v2/doc/, where you can find a list of possible ones and their descriptions.
Instead of a local address your-domain-adress you need to use the address of your server.
An example of API implementation https://github.com/davintoo/collaborator-simple-api