ContentReplacementJobFilter
ContentReplacementJobFilter
A filter to be used against ContentReplacementJob object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUIDFilter | Filter by the object’s `id` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
| originContentId | UUIDFilter | Filter by the object’s `originContentId` field. | |
| originContentType | StringFilter | Filter by the object’s `originContentType` field. | |
| newContentId | UUIDFilter | Filter by the object’s `newContentId` field. | |
| newContentType | StringFilter | Filter by the object’s `newContentType` field. | |
| targetEntities | JSONListFilter | Filter by the object’s `targetEntities` field. | |
| status | StringFilter | Filter by the object’s `status` field. | |
| retries | IntFilter | Filter by the object’s `retries` field. | |
| lastRetryAt | DatetimeFilter | Filter by the object’s `lastRetryAt` field. | |
| error | StringFilter | Filter by the object’s `error` field. | |
| createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
| finishedAt | DatetimeFilter | Filter by the object’s `finishedAt` field. | |
| startedAt | DatetimeFilter | Filter by the object’s `startedAt` field. | |
| createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
| and | [ContentReplacementJobFilter!] | Checks for all expressions in this list. | |
| or | [ContentReplacementJobFilter!] | Checks for any expressions in this list. | |
| not | ContentReplacementJobFilter | Negates the expression. | |