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.

GetCommentsScope

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

input GetCommentsScope {
authorId: String
dashboardId: String
ids: [String!]
origin: CommentOrigin
tableId: String
termId: String
}

Fields

GetCommentsScope.authorId ● String scalar general

Scope by the ID of the user who authored the comment

GetCommentsScope.dashboardId ● String scalar general

Scope by the ID of the commented dashboard

GetCommentsScope.ids ● [String!] list scalar general

Scope by multiple comment IDs

GetCommentsScope.origin ● CommentOrigin enum comments

Scope by what the comment was created from

GetCommentsScope.tableId ● String scalar general

Scope by the ID of the commented table

GetCommentsScope.termId ● String scalar general

Scope by the ID of the commented glossary item

Example

{
"authorId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"dashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ids": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"origin": "REQUEST_DOCUMENTATION",
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"termId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of