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

StatusReferenceFilter

An indication about the status of an asset.

input StatusReferenceFilter {
  _and: [StatusReferenceFilter]
  _null: Boolean
  _or: [StatusReferenceFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  description: StringFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  name: StringFilter
  system: Boolean
}

Fields

The field value is null.

The user who created this resource.

The creation date of this resource.

The description of this status.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The name of this status.

Whether this resource is reserved by the system.

Member Of

AssetFilter input ● AssetReferenceFilter input ● StatusReferenceFilter input

Last updated

Was this helpful?