Studio Service

SpaceFilter

SpaceFilter

A filter to be used against Space 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.
nameStringFilterFilter by the object’s `name` field.
slugStringFilterFilter by the object’s `slug` 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.
billingCustomerIdStringFilterFilter by the object’s `billingCustomerId` field.
preferencesJSONFilterFilter by the object’s `preferences` field.
billingExpiresAtDateFilterFilter by the object’s `billingExpiresAt` field.
rootFolderIdUUIDFilterFilter by the object’s `rootFolderId` field.
and[SpaceFilter!]Checks for all expressions in this list.
or[SpaceFilter!]Checks for any expressions in this list.
notSpaceFilterNegates the expression.