ScreenContentHistoryCondition
ScreenContentHistoryCondition
A condition to be used against ScreenContentHistory
object types. All fields
are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
screenId | UUID | Checks for equality with the object’s `screenId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
content | JSON | Checks for equality with the object’s `content` field. | |
fileId | UUID | Checks for equality with the object’s `fileId` field. | |
channelId | UUID | Checks for equality with the object’s `channelId` field. | |
playlistId | UUID | Checks for equality with the object’s `playlistId` field. | |
linkId | UUID | Checks for equality with the object’s `linkId` field. | |
appInstanceId | UUID | Checks for equality with the object’s `appInstanceId` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
siteId | UUID | Checks for equality with the object’s `siteId` field. |