Error
A valid request URL is required to generate request examples{
"valid": true,
"result_type": "NUMERIC",
"dependencies": [
{}
],
"postgresql_expression": "<string>",
"error": "<string>",
"error_position": 123
}Formula Management
Validate formula expression
Validates a formula expression and returns parsing information.
POST
/
tables
/
{tableId}
/
columns
/
formula
/
validate
Error
A valid request URL is required to generate request examples{
"valid": true,
"result_type": "NUMERIC",
"dependencies": [
{}
],
"postgresql_expression": "<string>",
"error": "<string>",
"error_position": 123
}Authorizations
Enter token in format (Bearer )
Path Parameters
Table ID
Body
application/json
Formula expression to validate
Example:
"base_amount * (1 + tax_rate)"