/Data/GetDashboard/:dashboardName
Retrieves the definition of the given dashboard.
Request Method
GET
URL Parameters
dashboardName
Full name of the dashboard.
Request Body Details
The request body is ignored.
Example Request
-
Request Method:
GET
-
Request URL:
https://localhost/api/deepsee/v3/Data/GetDashboard/Listing%20with%20Filters.dashboard
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
Example Response
{
"Info": {
"Error": "",
"DashboardName": "Listing with Filters.dashboard"
},
"Result": {
"name": "Listing with Filters",
"fullName": "Listing with Filters.dashboard",
"description": "",
"title": "",
"canModify": 1,
"widgets": [
{
"name": "Widget1",
"type": "pivot",
"subtype": "pivot",
"title": "",
"dataSource": "Use in Dashboards/Patients Listing.pivot",
"localDataSource": "",
"drillDownDataSource": "",
"width": 699,
"height": 690,
"sidebarContent": "",
"showSidebar": 0,
"sidebarWidth": "",
"showToolbar": 1,
"showToolbarBottomBorder": 1,
"showToolbarOnlyWhenMaximized": 0,
"colorToolbar": "#F0F0F0",
"opacityToolbar": 1,
"opacity": 1,
"backgroundColor": "#F0F0F0",
"theme": "",
"subtypeClass": "",
"controls": [
{
"name": "",
"action": "applyFilter",
"target": "*",
"targetProperty": "[DiagD].[H1].[Diagnoses]",
"targetPropertyDisplay": "",
"type": "auto",
"location": "widget",
"controlClass": "",
"timeout": "",
"label": "Diagnoses",
"title": "",
"value": "",
"valueRequired": 0,
"text": "",
"valueList": "",
"displayList": "",
"size": "",
"readOnly": 0,
"activeWhen": ""
},
{
"name": "",
"action": "applyFilter",
"target": "*",
"targetProperty": "[DiagD].[H1].[Diagnoses]",
"targetPropertyDisplay": "",
"type": "auto",
"location": "widget",
"controlClass": "",
"timeout": "",
"label": "Diagnoses",
"title": "",
"value": "",
"valueRequired": 0,
"text": "",
"valueList": "",
"displayList": "",
"size": "",
"readOnly": 0,
"activeWhen": ""
},
{
"name": "",
"action": "applyFilter",
"target": "*",
"targetProperty": "[DiagD].[H1].[Diagnoses]",
"targetPropertyDisplay": "",
"type": "auto",
"location": "widget",
"controlClass": "",
"timeout": "",
"label": "Diagnoses",
"title": "",
"value": "",
"valueRequired": 0,
"text": "",
"valueList": "",
"displayList": "",
"size": "",
"readOnly": 0,
"activeWhen": ""
}
],
"properties": {
"analyzer": "0"
}
}
]
}
}