Studio Service

ChannelFilter

ChannelFilter

A filter to be used against Channel 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.
nameStringFilterFilter by the object’s `name` field.
widthIntFilterFilter by the object’s `width` field.
heightIntFilterFilter by the object’s `height` field.
layoutIdUUIDFilterFilter by the object’s `layoutId` field.
coverDataJSONFilterFilter by the object’s `coverData` field.
coverImageIdUUIDFilterFilter by the object’s `coverImageId` field.
contentJSONFilterFilter by the object’s `content` field.
tagsStringListFilterFilter by the object’s `tags` field.
hiddenZoneBooleanFilterFilter by the object’s `hiddenZone` field.
isHiddenBooleanFilterFilter by the object’s `isHidden` field.
isPublishedBooleanFilterFilter by the object’s `isPublished` field.
draftOfUUIDFilterFilter by the object’s `draftOf` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
publishedAtDatetimeFilterFilter by the object’s `publishedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
publishedByUUIDFilterFilter by the object’s `publishedBy` field.
themeIdUUIDFilterFilter by the object’s `themeId` field.
useOrgDefaultThemeBooleanFilterFilter by the object’s `useOrgDefaultTheme` field.
typeChannelTypeFilterFilter by the object’s `type` field.
isEmbedEnabledBooleanFilterFilter by the object’s `isEmbedEnabled` field.
isEmbedPublicBooleanFilterFilter by the object’s `isEmbedPublic` field.
isSharedBooleanFilterFilter by the object’s `isShared` field.
isSharedExplicitBooleanFilterFilter by the object’s `isSharedExplicit` field.
isSharedAllBooleanFilterFilter by the object’s `isSharedAll` field.
and[ChannelFilter!]Checks for all expressions in this list.
or[ChannelFilter!]Checks for any expressions in this list.
notChannelFilterNegates the expression.