v1
latestOpenAPI 3.0.02026-07-2638801.8 MBrecord
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
Response
Successful duplicate
Example response
{
"records": [
{
"id": "recXXXXXXX",
"fields": {
"single line text": "text value"
}
}
]
}