v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
record

Submit form

Submit a record through a form view. This will trigger "When form submitted" automations.

post/table/{tableId}/record/form-submit

Path parameters

tableIdstring required

Request body

viewIdstring required

Form view ID

fieldsobject required

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

typecastboolean

Response

Returns the created record.

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