Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

tableId
string
erforderlich
recordId
string
erforderlich

Body

application/json

Where this record to insert to (Optional)

viewId
string
erforderlich

You can only specify order in one view when create record (will create a order index automatically)

anchorId
string
erforderlich

The record id to anchor to

position
enum<string>
erforderlich
Verfügbare Optionen:
before,
after

Antwort

201 - application/json

Successful duplicate

records
object[]
erforderlich

Array of record objects

Beispiel:
Zuletzt geändert am 4. September 2026