Studio Service

ScreenGroupFilter

ScreenGroupFilter

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

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
nameStringFilterFilter by the object’s `name` field.
isPrimaryBooleanFilterFilter by the object’s `isPrimary` field.
envJSONFilterFilter by the object’s `env` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
and[ScreenGroupFilter!]Checks for all expressions in this list.
or[ScreenGroupFilter!]Checks for any expressions in this list.
notScreenGroupFilterNegates the expression.