Skip to main content
POST
Create calculation table

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required

Name for the new calculation table, shown across Summation.

Required string length: 1 - 255
query
string
required

SELECT query that defines the calculation table's columns and rows (e.g. SELECT 1 as new_total).

Minimum string length: 1

Response

Successful Response