ScreenContentHistoryFilter
ScreenContentHistoryFilter
A filter to be used against ScreenContentHistory
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
screenId | UUIDFilter | Filter by the object’s `screenId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
content | JSONFilter | Filter by the object’s `content` field. | |
fileId | UUIDFilter | Filter by the object’s `fileId` field. | |
channelId | UUIDFilter | Filter by the object’s `channelId` field. | |
playlistId | UUIDFilter | Filter by the object’s `playlistId` field. | |
linkId | UUIDFilter | Filter by the object’s `linkId` field. | |
appInstanceId | UUIDFilter | Filter by the object’s `appInstanceId` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
siteId | UUIDFilter | Filter by the object’s `siteId` field. | |
and | [ScreenContentHistoryFilter!] | Checks for all expressions in this list. | |
or | [ScreenContentHistoryFilter!] | Checks for any expressions in this list. | |
not | ScreenContentHistoryFilter | Negates the expression. |