> Agent-readable docs index: /llms.txt. Fetch only the needed Markdown pages first; use /docs.zip only for broad search after checking /docs-manifest.json or /docs.zip.sha256.

# 통계

병원 운영 데이터를 항목별로 조회하는 API입니다.

<details>
<summary>커서 기반 페이지네이션</summary>

정의: 대량 데이터를 순서대로 나누어 조회하는 방식

`limit`을 지정하면 응답에 `nextCursor`가 포함됩니다. 다음 페이지 요청 시 `cursor` 값을 그대로 전달합니다. `cursor` 없이 요청한 첫 응답에만 `totalCount`가 반환됩니다.
</details>


## 엔드포인트

- [선불카드 내역 통계 조회](/docs/openapi/get-prepaid-card-charging-event-statistics.md): `POST /statistics/open/v1/queries/get-prepaid-card-charging-event-statistics`
- [시술 태스크 통계 조회](/docs/openapi/get-procedure-task-statistics.md): `POST /statistics/open/v1/queries/get-procedure-task-statistics`
- [구매 항목 통계 조회](/docs/openapi/get-purchase-item-statistics.md): `POST /statistics/open/v1/queries/get-purchase-item-statistics`
- [예약 통계 조회](/docs/openapi/get-schedule-statistics.md): `POST /statistics/open/v1/queries/get-schedule-statistics`
- [결제 통계 조회](/docs/openapi/get-transaction-statistics.md): `POST /statistics/open/v1/queries/get-transaction-statistics`
- [내원객 통계 조회](/docs/openapi/get-visitor-statistics.md): `POST /statistics/open/v1/queries/get-visitor-statistics`
