Skip to main content

/Data/GetDashboard/:dashboardName

指定されたダッシュボードの定義を取得します。

要求のメソッド

GET

URL パラメータ

dashboardName

ダッシュボードのフルネーム。

要求の本文の詳細

要求の本文は無視されます。

要求の例

  • 要求のメソッド :

    GET

  • 要求の URL :

    https://localhost/api/deepsee/v3/Data/GetDashboard/Listing%20with%20Filters.dashboard

    URL の有効な形式に関する説明は、"Business Intelligence REST API の概要" を参照してください。

応答の例

{
  "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"
        }
      }
    ]
  }
}
FeedbackOpens in a new tab