Studio Service

ContentReplacementJobFilter

ContentReplacementJobFilter

A filter to be used against ContentReplacementJob 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.
originContentIdUUIDFilterFilter by the object’s `originContentId` field.
originContentTypeStringFilterFilter by the object’s `originContentType` field.
newContentIdUUIDFilterFilter by the object’s `newContentId` field.
newContentTypeStringFilterFilter by the object’s `newContentType` field.
targetEntitiesJSONListFilterFilter by the object’s `targetEntities` field.
statusStringFilterFilter by the object’s `status` field.
retriesIntFilterFilter by the object’s `retries` field.
lastRetryAtDatetimeFilterFilter by the object’s `lastRetryAt` field.
errorStringFilterFilter by the object’s `error` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
finishedAtDatetimeFilterFilter by the object’s `finishedAt` field.
startedAtDatetimeFilterFilter by the object’s `startedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
and[ContentReplacementJobFilter!]Checks for all expressions in this list.
or[ContentReplacementJobFilter!]Checks for any expressions in this list.
notContentReplacementJobFilterNegates the expression.