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": "2f5be2cd-97c2-4a04-a998-763221006c22",
"ReportID": "31f3962c-77df-4fef-80c1-0264bebd37b8",
"DashboardID": "a59ec420-9972-451f-8ae5-4d05b56425e3",
"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.