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.

GetDataProductScope

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

input GetDataProductScope {
withTagId: String
entityType: EntityTargetType
}

Fields

GetDataProductScope.withTagId ● String scalar general

Scope by tag or domainid

GetDataProductScope.entityType ● EntityTargetType enum users

The type of the entities

Example

{
"withTagId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityType": "TABLE"
}

Member Of