PUT Application/PutDashboardItems
Request Information
URI Parameters
None.
Body Parameters
Collection of DashboardItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReportID | globally unique identifier |
Required |
|
| DashboardID | globally unique identifier |
Required |
|
| ColIndex | integer |
Required |
|
| RowIndex | integer |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "bccb24bf-7174-491b-a8e9-093722629042",
"ReportID": "f2f99b00-a6e2-4cce-ba1c-bf881aea7074",
"DashboardID": "f11c3f9b-75e3-4bd0-8337-d87cbe19951c",
"ColIndex": 4,
"RowIndex": 5
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.