Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetSourcesScope
Allow to refine selection of the results using multiple scopes. Note: all scopes are additive
input GetSourcesScope {
nameContains: String
origin: SourceOrigin
technology: SourceTechnology
type: SourceType
withDeleted: Boolean
}
Fields
GetSourcesScope.nameContains ● String scalar general
Scope by a substring of the source name
GetSourcesScope.origin ● SourceOrigin enum sources
Scope by source origin
GetSourcesScope.technology ● SourceTechnology enum general
Scope by source technology
GetSourcesScope.type ● SourceType enum sources
Scope by source type
GetSourcesScope.withDeleted ● Boolean scalar general
Scope by withDeleted, whether to include deleted assets
Example
{
"nameContains": "Custom Source",
"origin": "API",
"technology": "GENERIC_WAREHOUSE",
"type": "WAREHOUSE",
"withDeleted": false
}
Member Of
getSourcesquery