EMS Version Resource

From RAD Studio
Jump to: navigation, search

Go Up to EMS Administrative API


The EMS database stores data about the version of the EMS Server. You can access this information by using the registered Version Resource.

Version Resource Endpoint

Version Resource exposes the following EMS Resource Endpoint:

Endpoint Method Name Resource Suffix HTTP Request Type Use

GetVersion

--

HTTP GET

To retrieve the version of the EMS Server.

GetVersion Endpoint

Returns the current version number of the EMS Server.

If successful, the response from the server provides the current version of the EMS Server.

Example Response

This is an example response from a request to GetVersion Endpoint:

{
    "version": "2.0",
    "server": "Embarcadero EMS"
}

See Also