Overview
This API retrieves field information for a specified Aggregate Table.
API Version
API Version | Last Updated | Version Description |
V6 | 2026.08.13 | Initial version |
API Calling
This API retrieves field information for a specified Aggregate Table.
Request URL: https://api.jodoo.com/api/v6/beta/app/aggregate_view/widget/list
Request Frequency: 30 requests/second
Request Method: POST
Request Parameters:
Parameter | Type | Required | Description |
| String | Yes | App ID. |
| String | Yes | Aggregate Table ID. |
Sample Request:
{
"app_id": "59264073a2a60c0c08e20bfb",
"entry_id": "66a1f08ca83a80a53193d121"
}
Response Parameters:
Parameter | Type | Description |
| Array | List of Aggregate Table fields. |
| String | Field name. Used in |
| String | Field display name. |
| String | Field type, such as |
Sample Response:
{
"widgets": [
{
"name": "_widget_1720000000001",
"label": "Region",
"type": "text" },
{
"name": "_widget_1720000000002",
"label": "Sales",
"type": "number"
}
]
}
More to Know
Aggregate Table fields cannot be queried until the Aggregate Table has finished calculating. If the calculation is incomplete, go to the Aggregate Table and run the calculation first.