이벤트 요약 조회
작성일 2026.03.24 | 수정일 2026.03.25
GET
/crm-core/v1/events/summariesQuery
entityId*— 개체 ID
recordId— 레코드 ID로 필터링
eventType— 이벤트 유형으로 필터링
category— 카테고리로 필터링
이벤트 요약 통계를 조회합니다.
Response
Structure
Response Structure
{
"summaries": [
{
"eventType": "PURCHASE",
"category": "general",
"totalCount": 10,
"totalValue": 10,
"lastOccurredAt": "2026-03-24T09:00:00.000Z"
}
]
}