v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
record

Duplicate record

Create a copy of an existing record with optional custom positioning in the view.

post/table/{tableId}/record/{recordId}/duplicate

Path parameters

tableIdstring required
recordIdstring required

Request body

viewIdstring required

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

anchorIdstring required

The record id to anchor to

position'before' | 'after' required

Response

Successful duplicate

Example response

{
  "records": [
    {
      "id": "recXXXXXXX",
      "fields": {
        "single line text": "text value"
      }
    }
  ]
}