See also: Summary Definitions concept and configuration for what this API powers, when to call it, and how it is configured.
Overview
Summary definitions control how raw interaction events are aggregated into daily/weekly/monthly buckets. Each definition specifies which dimensions to group by and which time windows to maintain.List Summary Definitions
Response
Create Summary Definition
Request Body
Allowed Dimensions
Allowed Aggregates
Allowed Windows
Example
Response 201
Returns the created summary definition with id, isSystem: false, and timestamps.
Error codes
Update Summary Definition
Request Body
Response 200
Returns the updated summary definition.
Error codes
Delete Summary Definition
Query Parameters
Response
Error codes
Role requirements
System definitions
Summary definitions flaggedisSystem: true are treated as protected system definitions. They:
- Cannot have their
dimensionschanged (the API returns400if you try). - Cannot be deleted (the API returns
400). - Can have their
name,description,aggregates,windows, andstatusupdated normally. - Are listed first in GET responses (ordered by
isSystemdescending, then alphabetically by name).