Studio Service

CastFilter

CastFilter

A filter to be used against Cast 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.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
priorityIntFilterFilter by the object’s `priority` field.
expiresAtDatetimeFilterFilter by the object’s `expiresAt` field.
contentJSONFilterFilter by the object’s `content` 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[CastFilter!]Checks for all expressions in this list.
or[CastFilter!]Checks for any expressions in this list.
notCastFilterNegates the expression.