Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

tableId
string
obbligatorio
recordId
string
obbligatorio

Corpo

application/json

Where this record to insert to (Optional)

viewId
string
obbligatorio

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

anchorId
string
obbligatorio

The record id to anchor to

position
enum<string>
obbligatorio
Opzioni disponibili:
before,
after

Risposta

201 - application/json

Successful duplicate

records
object[]
obbligatorio

Array of record objects

Esempio:
Ultima modifica il 4 settembre 2026