v3

latestOpenAPI 3.0.12026-07-133132111.2 KB
Rows

Create rows in batch

Creates rows in the draft version of the specified table, given an array of row objects. Maximum of 100 row object per call. See the overview section for more details with an example.

post/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft/batch/create

Path parameters

tableIdOrNamestring required

The ID or name of the table

Request body

Response

successful operation

completedAtstring date-time required

The timestamp indicating when the batch processing was completed.

linksobject

A collection of related links associated with the batch response.

requestedAtstring date-time

The timestamp indicating when the batch request was made.

startedAtstring date-time required

The timestamp indicating when the batch processing began.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

The current status of the batch operation, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.