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": "72223601-fa6b-4bbf-bdfa-36e9ba3dcf10",
"ReportID": "bcb88d56-56aa-412f-b7fc-f22c46316180",
"DashboardID": "99ec4d2d-2475-4dc3-b6f9-2c3f2089fd67",
"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.