Skip to main content
POST
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

tableId
string
обязательно
recordId
string
обязательно

Тело

application/json

Where this record to insert to (Optional)

viewId
string
обязательно

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

anchorId
string
обязательно

The record id to anchor to

position
enum<string>
обязательно
Доступные опции:
before,
after

Ответ

201 - application/json

Successful duplicate

records
object[]
обязательно

Array of record objects

Пример:
Последнее изменение 4 сентября 2026 г.