PUT Application/PutDashboardItems
Request Information
URI Parameters
None.
Body Parameters
Collection of DashboardItemName | 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": "99076689-087e-49b8-84d8-5025bf1742dd", "ReportID": "197d253b-bdf8-419f-96f1-49dd72acbd85", "DashboardID": "5d1b6ef1-f480-4fea-9ae4-8fe714bfe176", "ColIndex": 4, "RowIndex": 5 }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.