/icws/connection/features/{featureId}

GET

/icws/connection/features/{featureId}

Retrieves the representation of a specific feature. This call can be made without an authenticated connection.
Feature Version
connection 1

Request

Parameters
Type
Name
Comments
Template
featureId

Required

An identifier specifying a feature of the service.

    Response

    200 - OK
    The feature information representation 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. The specified feature is not supported by this server. This error can also occur when the request body is malformed.
    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.