Aggregate (stats)
servicenow_get_aggregateCompute aggregate statistics (count, average, sum, min, max) on ServiceNow table records with optional grouping by fields.
Instructions
Run the Aggregate/Stats API on a table: count, avg/sum/min/max, optionally grouped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| query | No | Encoded query filter | |
| table | Yes | ||
| groupBy | No | ||
| avgFields | No | ||
| maxFields | No | ||
| minFields | No | ||
| sumFields | No |