# Get version information

Get the version informantion for the API.

Endpoint: GET /version
Version: v1.0.0
Security: httpBasicAuth

## Response 200 fields (application/json):

  - `buildNumber` (integer)

  - `buildTimestamp` (string)

  - `majorVersion` (integer)

  - `minorVersion` (integer)

  - `versionInfo` (string)

  - `message` (string)


