Studio Service

EmbedFilter

EmbedFilter

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

FieldTypeDescription
idBigIntFilterFilter by the object’s `id` field.
shortIdStringFilterFilter by the object’s `shortId` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
channelIdUUIDFilterFilter by the object’s `channelId` field.
playlistIdUUIDFilterFilter by the object’s `playlistId` field.
coverJSONFilterFilter by the object’s `cover` field.
and[EmbedFilter!]Checks for all expressions in this list.
or[EmbedFilter!]Checks for any expressions in this list.
notEmbedFilterNegates the expression.