> 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.

# Statistics

This is an API for querying clinic operation data by item.

To protect personal information, personally identifiable data such as client name, phone number, and date of birth are not provided. Use `visitorChartNumber` (chart number) as the key for mapping clients to your clinic system.

<details>
<summary>Cursor-based Pagination</summary>

Definition: A method of retrieving large amounts of data in sequential pages

If `limit` is specified, the response will include `nextCursor`. Pass the `cursor` value as-is when requesting the next page. `totalCount` is only returned in the first response made without a `cursor`.
</details>


## Endpoints

- [Retrieve prepaid card history statistics](/en/docs/openapi/get-prepaid-card-charging-event-statistics.md): `POST /statistics/open/v1/queries/get-prepaid-card-charging-event-statistics`
- [Retrieve procedure task statistics](/en/docs/openapi/get-procedure-task-statistics.md): `POST /statistics/open/v1/queries/get-procedure-task-statistics`
- [Retrieve purchase item statistics](/en/docs/openapi/get-purchase-item-statistics.md): `POST /statistics/open/v1/queries/get-purchase-item-statistics`
- [Retrieve schedule statistics](/en/docs/openapi/get-schedule-statistics.md): `POST /statistics/open/v1/queries/get-schedule-statistics`
- [Retrieve transaction statistics](/en/docs/openapi/get-transaction-statistics.md): `POST /statistics/open/v1/queries/get-transaction-statistics`
- [Retrieve client statistics](/en/docs/openapi/get-visitor-statistics.md): `POST /statistics/open/v1/queries/get-visitor-statistics`
