Studio Service

FontFilter

FontFilter

A filter to be used against Font object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
nameStringFilterFilter by the object’s `name` field.
fontTypeFontTypeFilterFilter by the object’s `fontType` field.
fontFamilyStringFilterFilter by the object’s `fontFamily` field.
regularFileIdUUIDFilterFilter by the object’s `regularFileId` field.
boldFileIdUUIDFilterFilter by the object’s `boldFileId` field.
italicFileIdUUIDFilterFilter by the object’s `italicFileId` field.
boldItalicFileIdUUIDFilterFilter by the object’s `boldItalicFileId` field.
thumbnailFileIdUUIDFilterFilter by the object’s `thumbnailFileId` field.
cssUrlStringFilterFilter by the object’s `cssUrl` field.
commonFontIdUUIDFilterFilter by the object’s `commonFontId` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
and[FontFilter!]Checks for all expressions in this list.
or[FontFilter!]Checks for any expressions in this list.
notFontFilterNegates the expression.