other

VERSION: Returns actual version information

No authentication is needed for this commnad (it is public)

get/version

Response

Successful response

statusinteger

HTTP response status code. The status appears also in response body's field for those clients that are unable to process standard HTTP status code.

Example response

{
  "status": 200,
  "result": {
    "version": "0.10.2-release-20171201",
    "apiVersion": "3.0.0",
    "srvDate": 1532936118000,
    "storage": {
      "type": "mongodb",
      "version": "4.0.6"
    }
  }
}

Changes

Changed in 2 of the 6 revisions of this API.66

    • removed the optional property apiVersion from the response with the 200 status

      response-optional-property-removed

    • removed the optional property srvDate from the response with the 200 status

      response-optional-property-removed

    • removed the optional property storage from the response with the 200 status

      response-optional-property-removed

    • removed the optional property version from the response with the 200 status

      response-optional-property-removed

    • added the optional property result to the response with the 200 status

      response-optional-property-added

    • added the optional property status to the response with the 200 status

      response-optional-property-added

    • removed the optional property result from the response with the 200 status

      response-optional-property-removed

    • removed the optional property status from the response with the 200 status

      response-optional-property-removed

    • added the optional property apiVersion to the response with the 200 status

      response-optional-property-added

    • added the optional property srvDate to the response with the 200 status

      response-optional-property-added

    • added the optional property storage to the response with the 200 status

      response-optional-property-added

    • added the optional property version to the response with the 200 status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog