v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
data

Run a given formula.

Create a new column based on the given formula input. A blank column can be generated with the formula "" .

post/dataset/{handle}/formula

Path parameters

handlestring required

Handle of sheet on which to compute formula

Request body

afterColumnIdstring
columnNamestring

column name for output

formulastring

e.g. E * 2

literalFormulastring

e.g. Price * 2

Response

OK

Messagestring
Successboolean