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": "30f34318-ba07-4d9a-83e1-8cab233b8cb4",
"ReportID": "f331f661-f45e-4c6e-995e-f16128091bd0",
"DashboardID": "8d892a3f-8dbc-4ee0-ab91-7749972d4e05",
"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.