Version

/api/version

Get

GET /api/version

Returns the current API version.

GET /api/version
Accept: application/json
Response Code Reason
200 No error

The response contains the name of the API and the active version number.

HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 55
Content-Type: application/json
Date: Thu, 23 Oct 2014 14:58:26 GMT
ETag: "1422781533"
X-Powered-By: Express

{
    "name": "Trillium Software Limited API",
    "version": "v1"
}