RAD Server Version Resource

From RAD Studio
Jump to: navigation, search

Go Up to RAD Server Administrative API


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

Version Resource Endpoint

Version Resource exposes the following RAD Server Resource Endpoint:

Endpoint Method Name Resource Suffix HTTP Request Type Use

GetVersion

--

HTTP GET

To retrieve the version of the RAD Server Engine.

GetVersion Endpoint

Returns the current version number of the RAD Server Engine.

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

Example Response

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

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

See Also