POST api/dashboard/create

Create/Update 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 set dashboard command data contract supplied with the request.

SetDashboardCommandDataContract
NameDescriptionTypeAdditional information
Title

The title value.

string

None.

IsPMDashboard

Indicates whether this item is pm dashboard.

boolean

None.

Id

The unique identifier of this resource.

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "IsPMDashboard": true,
  "Id": 3
}

Response Information

Resource Description

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.