Widget method
This method retrieves a single widget.
Request
Method | URL |
---|---|
GET |
|
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:
|
<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:
Where |
Response
Status | Response |
---|---|
200 | The response is a widget. |