POST Application/PostDashboardItems
Request Information
URI Parameters
None.
Body Parameters
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": "1019eeb9-4413-44bc-83f7-2080954cd48a", "ReportID": "0cf2cdac-9d89-462f-8a7f-c8240615ff83", "DashboardID": "1f4b2e9e-eaae-4402-8cab-6bfb1f62adb2", "ColIndex": 4, "RowIndex": 5 }
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.