v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
record

Insert attachments at anchor

Insert attachments after the anchor in the cell (append to end if anchor not found or not provided)

post/table/{tableId}/record/{recordId}/{fieldId}/insertAttachment

Path parameters

tableIdstring required
recordIdstring required
fieldIdstring required

ID of an attachment field

ID of an attachment field

Request body

anchorIdstring

Response

Returns record data after update.

idstring required

The record id.

namestring

primary field value

fieldsobject required

Objects with a fields key mapping fieldId or field name to value for that field.

autoNumbernumber

Auto number, a unique identifier for each record

createdTimestring

Created time, date ISO string (new Date().toISOString).

lastModifiedTimestring

Last modified time, date ISO string (new Date().toISOString).

createdBystring

Created by, user name

lastModifiedBystring

Last modified by, user name

permissionsobject

Permissions for the record

undeletableboolean

Whether the record is undeletable