Studio Service

PlaylistFilter

PlaylistFilter

A filter to be used against Playlist 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.
contentJSONFilterFilter by the object’s `content` field.
colorStringFilterFilter by the object’s `color` field.
tagsStringListFilterFilter by the object’s `tags` 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.
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[PlaylistFilter!]Checks for all expressions in this list.
or[PlaylistFilter!]Checks for any expressions in this list.
notPlaylistFilterNegates the expression.