Table aggregations
Compute aggregations
Computes the configured aggregations for the rows matching the query.
post/public/v1/tables/{name}/views/{viewId}/aggregations/compute
Path parameters
namestring required
Example:tasks_board
viewIdinteger required
Example:11
Request body
Example request
{
"search": "example",
"recordType": "example",
"columnId": 1
}Response
Aggregation results
Example response
{
"ok": true
}