API

이벤트 요약 조회

작성일 2026.03.24 | 수정일 2026.03.25

GET/crm-core/v1/events/summaries
Query
entityId*— 개체 ID
recordId— 레코드 ID로 필터링
eventType— 이벤트 유형으로 필터링
category— 카테고리로 필터링

이벤트 요약 통계를 조회합니다.

Response

NameTypeRequiredDescription
summariesArray<Object>*요약 목록
eventTypestring*이벤트 유형
categorystring카테고리
totalCountnumber*총 이벤트 수
totalValuenumber총 값 합계
lastOccurredAtdate마지막 발생 일시

Structure

Response Structure
{ "summaries": [ { "eventType": "PURCHASE", "category": "general", "totalCount": 10, "totalValue": 10, "lastOccurredAt": "2026-03-24T09:00:00.000Z" } ] }