API

이벤트 요약 조회

작성일 2026.03.24 | 수정일 2026.04.14

GET/crm-core/v1/events/summariesQueryentityId— 개체 IDrecordId— 레코드 ID로 필터링eventType— 이벤트 유형으로 필터링category— 카테고리로 필터링
이벤트 요약 통계를 조회합니다.

Response

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

Structure

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