ServerConfiguration
Retrieves the server's configuration information.
Return value
The engine type (TERR
or
R
), whether the server has authentication enabled, its type (Standard
or
Personal
), and its Service ID. It also returns the response code.
Example
The following link returns the server configuration information.
http://servername:8080/SplusServer/api/public/ServerConfiguration
The returned status appears as follows:
<ConfigurationInfo engineType="TERR" isAuthenticationEnabled="false"
responseCode="0" serverType="Standard"
serviceId="TERR::22a25565-a67b-42d4-84fc-d355fac13894" / >
Parent topic: Public Service API
Related reference