简体中文
Returns statistical aggregations of table data based on specified functions and grouping criteria
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/table/{tableId}/aggregation \ --header 'Authorization: Bearer <token>'
[ { "aggregations": [ { "fieldId": "<string>", "total": { "value": "<string>", "aggFunc": "count" }, "group": {} } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns aggregations list.
显示 子属性
此页面对您有帮助吗?