PUT api/dashboard/movewidget

Move widget onto another dashboard Processes this dashboard API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The move widget command data contract supplied with the request.

MoveWidgetCommandDataContract
NameDescriptionTypeAdditional information
SourceDashboardId

The unique identifier of the related source dashboard resource.

integer

None.

DestinationDashboardId

The unique identifier of the related destination dashboard resource.

integer

None.

WidgetId

The unique identifier of the related widget resource.

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

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.