cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/aggregation \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"aggregations": [
{
"fieldId": "<string>",
"total": {
"value": "<string>"
},
"group": {}
}
]
}
]aggregation
Get aggregated statistics
Returns statistical aggregations of table data based on specified functions and grouping criteria
GET
/
table
/
{tableId}
/
aggregation
cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/aggregation \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"aggregations": [
{
"fieldId": "<string>",
"total": {
"value": "<string>"
},
"group": {}
}
]
}
]最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

