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

DateAttributeFilter

An attribute that has a date value.

input DateAttributeFilter {
  _and: [DateAttributeFilter]
  _or: [DateAttributeFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  dateValue: DateFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  system: Boolean
  type: AttributeTypeReferenceFilter
}

Fields

The user who created this resource.

The creation date of this resource.

The date value of this attribute.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

Whether this resource is reserved by the system.

The attribute type of this attribute.

Member Of

DateAttributeCollectionFilter input ● DateAttributeFilter input

Last updated

Was this helpful?