Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetEntitiesLinksScope
No description
input GetEntitiesLinksScope {
fromDashboardId: String
fromTableId: String
fromTermId: String
fromTermIds: [String!]
toColumnsOfTableId: String
toDashboardId: String
toDashboardFieldId: String
toFieldsOfDashboardId: String
toTableId: String
toTermId: String
}
Fields
GetEntitiesLinksScope.fromDashboardId ● String scalar general
Scope by dashboard the entities link is issued from
GetEntitiesLinksScope.fromTableId ● String scalar general
Scope by table the entities link is issued from
GetEntitiesLinksScope.fromTermId ● String scalar general
Scope by term the entities link is issued from
GetEntitiesLinksScope.fromTermIds ● [String!] list scalar general
Scope by multiple term IDs from which the entity links are issued
GetEntitiesLinksScope.toColumnsOfTableId ● String scalar general
Scope by the parent table of columns pointed to by the entities
GetEntitiesLinksScope.toDashboardId ● String scalar general
Scope by dashboard the entities link points to
GetEntitiesLinksScope.toDashboardFieldId ● String scalar general
Scope by dashboard field the entities link points to
GetEntitiesLinksScope.toFieldsOfDashboardId ● String scalar general
Scope by the parent dashboard of fields pointed to by the entities
GetEntitiesLinksScope.toTableId ● String scalar general
Scope by table the entities link points to
GetEntitiesLinksScope.toTermId ● String scalar general
Scope by term the entities link points to
Example
{
"fromDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"fromTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"fromTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"fromTermIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"toColumnsOfTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"toDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"toDashboardFieldId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"toFieldsOfDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"toTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"toTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
Member Of
getPinnedAssetsquery