Alfabet FastLane RESTful Service API
A RESTful API is available for the Alfabet application. Alfabet provides an easy-to-use user interface to access the content in the Alfabet database. The API is designed as a web service architecture based on the Representational State Transfer (REST) software architecture type. The Alfabet RESTful Service API does not use session cookies. JSON format is used to send reponses.
Here's how the API can be used:
- Get information about the configuration of allowed values in enumerations
- Get information about objects stored in the Alfabet database
- Create, update, and delete objects and relationships in the Alfabet database
- Regenerate user passwords
- Anonymize user data for selected users
This documentation describes the setup of the RESTful services and the calls to the available data endpoints. The information helps you to build interfaces that access the Alfabet database via HTTP request to the Alfabet RESTful API.