Studio Service

LayoutFilter

LayoutFilter

A filter to be used against Layout 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.
widthIntFilterFilter by the object’s `width` field.
heightIntFilterFilter by the object’s `height` field.
isFlexibleBooleanFilterFilter by the object’s `isFlexible` field.
isScalableBooleanFilterFilter by the object’s `isScalable` field.
zonesIntFilterFilter by the object’s `zones` field.
configJSONFilterFilter by the object’s `config` 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[LayoutFilter!]Checks for all expressions in this list.
or[LayoutFilter!]Checks for any expressions in this list.
notLayoutFilterNegates the expression.