For the complete documentation index, see llms.txt. This page is also available as Markdown.

AssetFilter

A verbal designation of a concept in a specific subject field.

input AssetFilter {
  _and: [AssetFilter]
  _or: [AssetFilter]
  attributes: AttributeCollectionFilter
  booleanAttributes: BooleanAttributeCollectionFilter
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  dateAttributes: DateAttributeCollectionFilter
  displayName: StringFilter
  domain: DomainReferenceFilter
  externalMappings: ExternalMappingCollectionFilter
  fullName: StringFilter
  id: UUIDFilter
  incomingRelations: RelationCollectionFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  multiValueAttributes: MultiValueAttributeCollectionFilter
  numericAttributes: NumericAttributeCollectionFilter
  outgoingRelations: RelationCollectionFilter
  responsibilities: ResponsibilityCollectionFilter
  status: StatusReferenceFilter
  stringAttributes: StringAttributeCollectionFilter
  system: Boolean
  tags: TagCollectionFilter
  type: AssetTypeReferenceFilter
}

Fields

The list of all attributes available for this asset.

The boolean attributes of this asset.

The user who created this resource.

The creation date of this resource.

The date attributes of this asset.

The display name of this asset.

The parent domain of this asset.

The list of external mappings of this asset.

The full name of this asset. This value is always unique in its parent domain.

The universally unique identifier of this node.

The list of incoming relations for this asset.

The user who last modified this resource.

The last modified date of this resource.

The multi-value attributes of this asset.

The numeric attributes of this asset.

The list of outgoing relations for this asset.

The list of responsibilities for this asset.

The status of this asset.

The string attributes of this asset.

Whether this resource is reserved by the system.

The list of tags of this asset.

The asset type of this asset.

Member Of

AssetCollectionFilter input ● AssetFilter input ● assets query ● complexRelations query

Last updated

Was this helpful?