Get server name - nokia-wroclaw/innovativeproject-meetingdataexchange GitHub Wiki

URL:

{serverAddress}/api/general/getname

Method:

GET

Content-type:

?

Method for web application:

public static ObjectNode web_getName() throws IOException in controllers.GeneralStuff

Description:

Gets server name.

Input:

none

Output OK:

{
  "servername": "name of server"
}