Get Supported Application Versions Using GET
Get all supported versions by the service
Request
URI
GET
https://{api_host}/api/versions
COPY
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"
}
]
}
Versions Info Operations
GET
Get Current Version Of Server Using GET
GET
Get Supported Application Versions Using GET