Skip to main content
POST
Bulk import list items

Overview

Imports many items in one request (validated per row). Intended for bulk or migration scenarios.

Endpoint

Authentication

Request Body

array
required
Each item may include: primaryValue, secondaryValue, searchKeys, category, riskScore, severity (low | medium | high | critical), reason, sourceReference, itemData, metadata, isActive, plus passthrough fields as accepted by the API.
boolean
When true, continues importing valid rows while collecting errors for invalid ones (behavior as implemented server-side).
boolean
When true, replaces existing matches according to server merge rules.

Response

Usually 200 with successful, errors, and per-row errorDetails for partial failures.

Permissions

Requires bulk import permission for data lists. Global lists accept writes only from system administrators.