Get Current Version Of Server Using GET

Get Current Version Of Server Using GET

Get the current version of the service

Request
URI
GET
https://{api_host}/api/versions/current
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The current version of the Server

Returns version of type(s) application/json
{
    "buildNumber": 0,
    "description": "string",
    "humanlyReadableReleaseDate": "string",
    "major": 0,
    "minor": 0,
    "minorMinor": 0,
    "releaseName": "string",
    "releasedDate": "string"
}
integer As int32 As int32
buildNumber
Optional

Build number of the application

string
description
Optional

Description about the release

string
humanlyReadableReleaseDate
Required

The application release date as a humanly readable string

integer As int32 As int32
major
Required

Major version of the application. This field is bumped up when there is a complete change of all available API(s) in the system. API(s) in two different major versions are incompatible with each other.

integer As int32 As int32
minor
Required

Minor version of the application. This field is bumped up for releases that introduce new features, model object and end point enhancements.

integer As int32 As int32
minorMinor
Required

Minor minor version of the application. This field is bumped up for releases that are only bugfixes(no new features)

string
releaseName
Required

Name of the release that published this version

string As date-time As date-time
releasedDate
Required

The date when was an application server with this version has been released