이벤트 요약 조회
작성일 2026.03.24 | 수정일 2026.04.14
GET/crm-core/v1/events/summariesQueryentityId— 개체 IDrecordId— 레코드 ID로 필터링eventType— 이벤트 유형으로 필터링category— 카테고리로 필터링
이벤트 요약 통계를 조회합니다.
Response
| Name | Type | Required | Description |
|---|---|---|---|
| summaries | Array | 요약 목록 | |
| eventType | string | 이벤트 유형 | |
| category | string | 카테고리 | |
| totalCount | number | 총 이벤트 수 | |
| totalValue | number | 총 값 합계 | |
| lastOccurredAt | date | 마지막 발생 일시 |
Structure
Response Structure⎘{
"summaries": [
{
"eventType": "PURCHASE",
"category": "general",
"totalCount": 10,
"totalValue": 10,
"lastOccurredAt": "2026-03-24T09:00:00.000Z"
}
]
}