POST api/insights/getHomePageWidgets
Request Information
URI Parameters
None.
Body Parameters
GetHomeCustomWidgetsName | Description | Type | Additional information |
---|---|---|---|
ConfigId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConfigId": "sample string 1" }
Response Information
Resource Description
Collection of InsightDashboardConfigName | Description | Type | Additional information |
---|---|---|---|
GroupId | string |
None. |
|
UserId | string |
None. |
|
HomeWidgets | Collection of HomeWidgetCustomization |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GroupId": "sample string 1", "UserId": "sample string 2", "HomeWidgets": [ { "sizeX": 1, "sizeY": 2, "row": 3, "col": 4, "id": "sample string 5", "content": "sample string 6" }, { "sizeX": 1, "sizeY": 2, "row": 3, "col": 4, "id": "sample string 5", "content": "sample string 6" } ] }, { "GroupId": "sample string 1", "UserId": "sample string 2", "HomeWidgets": [ { "sizeX": 1, "sizeY": 2, "row": 3, "col": 4, "id": "sample string 5", "content": "sample string 6" }, { "sizeX": 1, "sizeY": 2, "row": 3, "col": 4, "id": "sample string 5", "content": "sample string 6" } ] } ]