This is the top-level page for the documentation of the RESTful interface for OpenEMPI. Unlike the legacy API which assumed that there was a single entity in the system called a person, with the new version of OpenEMPI the site can define their own entities. This RESTful web services interface exposes that flexibility of the data model The interface consists of a number of key resources listed below.
Entity API Documentation
1 min read 7 subsections
In this section
- Entity Domain Resource Returns the complete list of entity types that have been defined in the system.
- Identifier Domain Resource Returns the complete list of identifier domains that have been defined in the system.
- Notification Resource Returns the count of notifications.
- Record Domain Resource Returns the list of records of the entity type specified that match the query criteria provided in the request in the…
- Record Link Domain Resource Returns the list of record links between records of the specified entity type and that match the query criteria…
- String Comparator Resource Returns the list of string comparators that the instance supports.
- Synonym Resource Returns the complete list of synonyms that have been configured in the system for the entity identified by the query…