/icws/connection/features

GET

/icws/connection/features

Queries the server for a representation of all supported features. This call can be made without an authenticated connection.
Feature Version
connection 1

Request

This request has no parameters.

Response

200 - OK
The information representation for the features was successfully retrieved and is available in the entity body.
Property
Value
Comments
featureId
String

Required

An identifier specifying a feature of the service.

version
Int

Required

A positive integer value for representing the version of a feature.

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.