EMS Administrative API

From RAD Studio
Jump to: navigation, search

Go Up to EMS Server


The EMS Server includes a REST API Server, remote database access, and tracking the usage of your application. The EMS Server stores in the EMS Database information about the activity of the Users, Groups of Users, EMS Installations (registered devices), and the EMS Push Notifications sent to the registered devices.

The EMS Server also creates basic analytics with the stored information.

All the EMS database data can be accessed by the EMS Client applications by making use of the Administrative Built-in API, that is already registered in the EMS Server.

The Administrative built-in API of the EMS server has the following EMS resources:

Resource Description

Users

Information about the registered users in the EMS database.

Groups

Information about the groups of registered users.

Version

Information about the current version of EMS.

Installations

Information about the registered devices (where an EMS Client Application is installed).

Push

Information about push notification messages sent to the registered devices.

See Also