---
title: "Get KPI summary with sparklines"
method: GET
path: "/Metrics/kpi-summary"
tags: ["Metrics"]
---

# Get KPI summary with sparklines

`GET /Metrics/kpi-summary`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfKPISummaryDto
  - `success` boolean
  - `data` KPISummaryDto
    - `revenue` KPIMetricDto
      - `today` union
        - number, double
        - string, double
      - `mtd` union
        - number, double
        - string, double
      - `change` union
        - number, double
        - string, double
    - `patients` KPIMetricDto
      - `today` union
        - number, double
        - string, double
      - `mtd` union
        - number, double
        - string, double
      - `change` union
        - number, double
        - string, double
    - `avgTransaction` KPIMetricDto
      - `today` union
        - number, double
        - string, double
      - `mtd` union
        - number, double
        - string, double
      - `change` union
        - number, double
        - string, double
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
