Records

Create Record

Create a new record in the specified table.

post/databases/{databaseId}/tables/{tableId}/records

Query parameters

fieldNamesboolean

If true, use field names as keys in the response fields object instead of field IDs.

Request body

fieldsobject

A map of Field IDs to their values.

Response

The newly created record.

Changes