Version ======= .. code-block:: http /api/version Get ~~~ .. http:get:: /api/version :synopsis: Get the API verision Returns the current API version. .. code-block:: http GET /api/version Accept: application/json .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error The response contains the name of the API and the active version number. .. code-block:: http 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" }