Studio Service

UserActionLogFilter

UserActionLogFilter

A filter to be used against UserActionLog object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
actionRefIdUUIDFilterFilter by the object’s `actionRefId` field.
actionDetailStringFilterFilter by the object’s `actionDetail` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
screenIdUUIDFilterFilter by the object’s `screenId` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
and[UserActionLogFilter!]Checks for all expressions in this list.
or[UserActionLogFilter!]Checks for any expressions in this list.
notUserActionLogFilterNegates the expression.