Skip to main content
Version: 8.9 (unreleased)

Type Alias: SearchBatchOperationsData

type SearchBatchOperationsData = object;

Defined in: gen/types.gen.ts:8284

Properties

body?

optional body: SearchQueryRequest & object;

Defined in: gen/types.gen.ts:8288

Batch operation search request.

Type Declaration

filter?
optional filter: object;

Batch operation filter request.

filter.actorId?
optional actorId: StringFilterProperty;

The ID of the actor who performed the operation.

filter.actorType?
optional actorType: AuditLogActorTypeEnum;

The type of the actor who performed the operation.

filter.batchOperationKey?
optional batchOperationKey: BasicStringFilterProperty;

The key (or operate legacy ID) of the batch operation.

filter.operationType?
optional operationType: BatchOperationTypeFilterProperty;

The type of the batch operation.

filter.state?
optional state: BatchOperationStateFilterProperty;

The state of the batch operation.

sort?
optional sort: BatchOperationSearchQuerySortRequest[];

Sort field criteria.


path?

optional path: never;

Defined in: gen/types.gen.ts:8319


query?

optional query: never;

Defined in: gen/types.gen.ts:8320


url

url: "/batch-operations/search";

Defined in: gen/types.gen.ts:8321