Get Supported Application Versions Using GET

Get Supported Application Versions Using GET

Get all supported versions by the service

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

The List of Supported Versions by the Server

Returns versions of type(s) application/json
{
    "values": [
        {
            "buildNumber": 0,
            "description": "string",
            "humanlyReadableReleaseDate": "string",
            "major": 0,
            "minor": 0,
            "minorMinor": 0,
            "releaseName": "string",
            "releasedDate": "string"
        }
    ]
}
array of version
values
Optional

Collection of Application Versions