OBJECT

Dashboard

Analytics Dashboards

link GraphQL Schema definition

1type Dashboard {
2
3# The order in which to display the dashboard.
4index: Int
5
6title: String
7
8description: String
9
10# The status of the dashboard
11active: Boolean
12
13# The filters that can be applied on the dashboard. Typically watchlists.
14filters: [String]
15
16type: String
17
18# Vendor specific identifier for Qlik applications
19qlikAppId: String
20
21# Vendor specific identifier for Qlik sheet
22qlikSheetId: String
23
24thumbnail: String
25
26}

link Required by