PUT api/dashboard/movewidget
Move widget onto another dashboard
Request Information
URI Parameters
None.
Body Parameters
MoveWidgetCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceDashboardId | integer |
None. |
|
| DestinationDashboardId | integer |
None. |
|
| WidgetId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"SourceDashboardId": 1,
"DestinationDashboardId": 2,
"WidgetId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.