cURL
record
Duplicate record
Create a copy of an existing record with optional custom positioning in the view.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://www.sheets.vn/docs/llms.txt
Use this file to discover all available pages before exploring further.
Ủy quyền
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Nội dung
application/json
Phản hồi
201 - application/json
Successful duplicate
Array of record objects
Ví dụ:
[
{
"id": "recXXXXXXX",
"fields": { "single line text": "text value" }
}
]