Get service meta-data

Retrieve the SpringCard Companion Service’s meta-data

URL : /service

Method : GET

URL Params : None

Data Params : None

Success Response

Code : 200 OK

Content : a single SERVICE object.

Content example

{
	"Name": "SpringCard Companion Service",
	"Version": "18.4.19.2346",
	"API": "1.0",
	"Platform": "windows",
	"Mode": "tray",
	"Install": "global",
	"Timeout": 10,
	"WebSocketPort": 3997
}

Error Response

See Error Responses.