UserActionLogCondition
UserActionLogCondition
A condition to be used against UserActionLog
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. | |
actionRefId | UUID | Checks for equality with the object’s `actionRefId` field. | |
actionDetail | String | Checks for equality with the object’s `actionDetail` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
screenId | UUID | Checks for equality with the object’s `screenId` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. |