/icws/widgets/registration/{id}

GET

/icws/widgets/registration/{id}

Retrieves the widgets registration object.
Feature Version
widgets 2

Request

Parameters
Type
Name
Comments
Template
id

Required

The ID assigned to a Widgets object.

    Response

    200 - OK
    The request for Widgets registration succeeded.
    Associated Message
    If the widgets registration request is successful, the association JSON configuration for the given Widgets instance is returned.
    widgetsRegistrationResponse
    An object representing the widgets configuration response.
    Property
    Value
    Comments
    json
    String

    Required

    400 - Bad Request
    An error occurred while attempting Widgets registration.
    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.
    403 - Forbidden
    Forbidden.
    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
    Internal Server Error.
    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.