Aggregate Functions
Overview
Endpoint
POST /ws/rest/{Resource}/aggregateRequest Parameters
Query Parameters
Request Body
{
"functions": [
{
"type": "string", // Aggregate function type
"field": "string" // Field to aggregate
}
]
}Type
Description
Applicable Fields
Response
Examples
Calculate Average of a Numeric Field
Calculate Multiple Aggregates with Filter or Expression
Count All Records
Error Handling
Error Response Example
Limitations
Was this helpful?