Studio Service

AppInstanceFilter

AppInstanceFilter

A filter to be used against AppInstance 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.
appInstallIdUUIDFilterFilter by the object’s `appInstallId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
nameStringFilterFilter by the object’s `name` field.
versionStringFilterFilter by the object’s `version` field.
configJSONFilterFilter by the object’s `config` field.
stateJSONFilterFilter by the object’s `state` field.
tagsStringListFilterFilter by the object’s `tags` 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.
isTemplateBooleanFilterFilter by the object’s `isTemplate` field.
statusAppInstanceStatusFilterFilter by the object’s `status` field.
thumbnailFileIdUUIDFilterFilter by the object’s `thumbnailFileId` field.
commonAppInstanceTemplateIdUUIDFilterFilter by the object’s `commonAppInstanceTemplateId` field.
targetCommonAppInstanceTemplateIdUUIDFilterFilter by the object’s `targetCommonAppInstanceTemplateId` field.
appIdUUIDFilterFilter by the object’s `appId` field.
isSharedBooleanFilterFilter by the object’s `isShared` field.
isSharedExplicitBooleanFilterFilter by the object’s `isSharedExplicit` field.
isSharedAllBooleanFilterFilter by the object’s `isSharedAll` field.
and[AppInstanceFilter!]Checks for all expressions in this list.
or[AppInstanceFilter!]Checks for any expressions in this list.
notAppInstanceFilterNegates the expression.