v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
record

Upload attachment

Upload an attachment from a file or URL and append it to the cell

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

Path parameters

tableIdstring required
recordIdstring required
fieldIdstring required

ID of an attachment field

ID of an attachment field

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