APIs (Application Programming Interfaces) provide classes and methods which allow building your custom functionality in the system. SimpleOne provides a set of API classes and methods to extend out-of-the-box functionality and implement your own solutions. For example, you can automate processes or integrate other applications.
API is divided into three groups:
Client-Side API – write scripts to be executed in the user's browser. Use them for user-side events such as record reading or updating.
Server-Side API – write scripts to be executed on the server. Use them to change the system appearance or behavior, script business rules on the server-side.
REST API – access your data: create, read, update, and delete table records. Use them to manage the request and response.
In the following articles, you will find the description, necessary parameters, and real-life examples of the API usage.