Get Server Version

Prev Next

This tutorial demonstrates how to get the server version via RESTful API.

The commands are provided in curl and can be run from the command prompt when the Synergy Server is running (or in a batch script)

Additional API documentation

To get a list of most of the API requests available, with the 12d Synergy server running, browse http://synergy.myserver.com/api-docs/ui/index.

(Replace synergy.myserver.com with the external server address and update the port numbers if necessary.)

1.1. Get Server version

This request can be found in the API documentation under Server marked 'Get Server Version'.

Sample Request

curl --location 'http://localhost:8080/api/server/getVersion'

Sample Response

"5.1.7.501"