Skip to main content
POST
Preview a column definition

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_id
string<uuid>
required

Body

application/json

Request body for previewing an unsaved formula definition.

definition
ManualColumnDefinition · object
required

Definition of a manual column: typed, user-editable cells.

Response

Successful Response

Preview results over the table's first rows; nothing is persisted.

results
TableColumnPreviewRowSchema · object[]
required