StarterTemplate ASP.NET Host

<back to all web services

RequestServerInfo

The following routes are available for this service:
GET/service/api/v1/serverinfoReturns information on the server

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/RequestServerInfo HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	rest_version: String,
	qac_version: String,
	db_version: String,
	rest_build_date: 0001-01-01,
	server_time: 0001-01-01T00:00:00.0000000+00:00
}