Studio Service

AssociationFilter

AssociationFilter

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

FieldTypeDescription
orgIdUUIDFilterFilter by the object’s `orgId` field.
fromCastUUIDFilterFilter by the object’s `fromCast` field.
fromScreenUUIDFilterFilter by the object’s `fromScreen` field.
fromChannelUUIDFilterFilter by the object’s `fromChannel` field.
fromPlaylistUUIDFilterFilter by the object’s `fromPlaylist` field.
fromAppInstanceUUIDFilterFilter by the object’s `fromAppInstance` field.
toCastUUIDFilterFilter by the object’s `toCast` field.
toFileUUIDFilterFilter by the object’s `toFile` field.
toAppInstanceUUIDFilterFilter by the object’s `toAppInstance` field.
toPlaylistUUIDFilterFilter by the object’s `toPlaylist` field.
toChannelUUIDFilterFilter by the object’s `toChannel` field.
toLinkUUIDFilterFilter by the object’s `toLink` field.
toCredentialUUIDFilterFilter by the object’s `toCredential` field.
toSiteUUIDFilterFilter by the object’s `toSite` field.
and[AssociationFilter!]Checks for all expressions in this list.
or[AssociationFilter!]Checks for any expressions in this list.
notAssociationFilterNegates the expression.