Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

GetDashboardFieldsScope

Allow to refine selection of the results using multiple scopes. Note: all scopes are additive

input GetDashboardFieldsScope {
dashboardId: String
dashboardIds: [String!]
description: String
ids: [String!]
nameContains: String
sourceId: String
}

Fields

GetDashboardFieldsScope.dashboardId ● String scalar general

Scope by dashboard ID

GetDashboardFieldsScope.dashboardIds ● [String!] list scalar general

Scope by dashboard IDs

GetDashboardFieldsScope.description ● String scalar general

Scope by description

GetDashboardFieldsScope.ids ● [String!] list scalar general

Scope by ids

GetDashboardFieldsScope.nameContains ● String scalar general

Scope by a substring of the dashboard field name

GetDashboardFieldsScope.sourceId ● String scalar general

Scope by source ID

Example

{
"dashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"dashboardIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"description": "Contains customer email",
"ids": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"nameContains": "email",
"sourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of