/icws/connection/version

GET

/icws/connection/version

Retrieves a representation of version information for a server. This call can be made without an authenticated connection.
Feature Version
connection 1

Request

This request has no parameters.

Response

200 - OK
The version information was successfully retrieved and is available in the entity body.
Property
Value
Comments
majorVersion
String

Required

The product's two-digit release year. For the release "CIC 2015 R1" this value will be "15".
minorVersion
String

Required

The product's release number. For the release "CIC 2015 R1" this value will be "1".
su
String

Required

The patch number of the release. The value "0" indicates the release without any patches. For the release "CIC 2015 R1" this value will be "0", and for the release "CIC 2015 R1 Patch2" this value will be "2".
build
String

Required

The build number.
productId
String

Required

The product line identifier.
codebaseId
String

Required

The codebase identifier.
productReleaseDisplayString
String
The display string for the release. This does not include patch information.
Feature Version
connection 2
productPatchDisplayString
String
The display string for the release including patch information. This string is recommended for use on application "About" screens.
Feature Version
connection 2
400 - Bad Request
The request was invalid. This can occur when the message body is malformed or missing required items. This will also occur if a required header or query string parameter is missing or invalid.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.
410 - Gone
This resource has been deprecated and removed from the API.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.
500 - Internal Server Error
An unexpected error occurred while processing the request.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.