Widget method

This method retrieves a single widget.

Request

Method URL
GET

/<IIS_Application>/<application>/api/Widget?connection=<contentconnection_id> &query=<query> &username=<username>&password=<password> &parameters=<parameters>

Parameter Type Value
Accept HEAD application/json

Where application is the application to connect to.

This is the unique name provided in the response to the login request.

Cookie HEAD ASP.NET_SessionId_app = <session_app_key>

Where session_app_key is the Set-Cookie returned by the login request.

<application> URL_PARAM String specifying the name of the application.
<contentconnection_id> URL_PARAM String specifying the unique name provided in the response to the content connection request.
<query> URL_PARAM String specifying the unique name of the widget. For example:

query = Widget_Info

<username> URL_PARAM String specifying the user name.
<password> URL_PARAM String specifying the password.
<parameters> URL_PARAM String

Optionally, you can include parameters. For example:

parameters=param*sampleparam~param2*sampleparam

Where param, sampleparam, and param2 are the parameters for the widget.

Response

Status Response
200 The response is a widget.