SuGet Server

<back to all web services

ServiceVersionRequest

The following routes are available for this service:
GET,POST/v1/Service/Version

To override the Content-type in your clients HTTP Accept Header, append ?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/ServiceVersionRequest HTTP/1.1 
Host: www.sourcetech.se 
Content-Type: text/jsv
Content-Length: length

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

{
	UserAgent: String,
	Name: String,
	Version: String,
	CompatibilityVersion: 0
}