跳转到主要内容
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

示例:
最后修改于 2026年3月5日