Studio Service

ScreenCondition

ScreenCondition

A condition to be used against Screen object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
screenGroupIdUUIDChecks for equality with the object’s `screenGroupId` field.
castIdUUIDChecks for equality with the object’s `castId` field.
nameStringChecks for equality with the object’s `name` field.
contentJSONChecks for equality with the object’s `content` field.
statusScreenStatusChecks for equality with the object’s `status` field.
previewBooleanChecks for equality with the object’s `preview` field.
deviceJSONChecks for equality with the object’s `device` field.
rotationScreenRotationChecks for equality with the object’s `rotation` field.
tags[String]Checks for equality with the object’s `tags` field.
envJSONChecks for equality with the object’s `env` field.
notesStringChecks for equality with the object’s `notes` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
preferencesJSONChecks for equality with the object’s `preferences` field.
connectedAtDatetimeChecks for equality with the object’s `connectedAt` field.
disconnectedAtDatetimeChecks for equality with the object’s `disconnectedAt` field.
isConnectedBooleanChecks for equality with the object’s `isConnected` field.
deviceProviderStringChecks for equality with the object’s `deviceProvider` field.
deviceBakJSONChecks for equality with the object’s `deviceBak` field.
preferencesBakJSONChecks for equality with the object’s `preferencesBak` field.
deviceIdStringChecks for equality with the object’s `deviceId` field.
deviceModelStringChecks for equality with the object’s `deviceModel` field.
devicePlatformStringChecks for equality with the object’s `devicePlatform` field.
deviceReleaseStringChecks for equality with the object’s `deviceRelease` field.
playerTimezoneStringChecks for equality with the object’s `playerTimezone` field.
playerReleaseStringChecks for equality with the object’s `playerRelease` field.
playerHeightIntChecks for equality with the object’s `playerHeight` field.
playerWidthIntChecks for equality with the object’s `playerWidth` field.
timezoneOverrideStringChecks for equality with the object’s `timezoneOverride` field.
operatingHoursJSONChecks for equality with the object’s `operatingHours` field.
additionalDeviceSettingsJSONChecks for equality with the object’s `additionalDeviceSettings` field.
additionalPlayerSettingsJSONChecks for equality with the object’s `additionalPlayerSettings` field.
timezoneStringChecks for equality with the object’s `timezone` field.