RAD Server Administrative API

From RAD Studio
Jump to: navigation, search

Go Up to RAD Server Engine (EMS Server)


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

The RAD Server Engine also creates basic analytics with the stored information.

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

The Administrative built-in API of the RAD Server Engine has the following RAD Server resources:

Resource Description

API

RAD Server API documentation in YAML and JSON format.

Users

Information about the registered users in the RAD Server database.

Groups

Information about the groups of registered users.

Version

Information about the current version of RAD Server.

Installations

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

EdgeModules

Information about RAD Server EdgeModules registered in the RAD Server Engine.

Push

Information about push notification messages sent to the registered devices.

See Also