Studio Service

ScreenNoteCondition

ScreenNoteCondition

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

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
noteStringChecks for equality with the object’s `note` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
screenIdUUIDChecks for equality with the object’s `screenId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.