---
title: "Get schedule heatmap data (appointment density by day/hour)"
method: GET
path: "/Metrics/schedule-heatmap"
tags: ["Metrics"]
---

# Get schedule heatmap data (appointment density by day/hour)

`GET /Metrics/schedule-heatmap`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfScheduleHeatmapDto
  - `success` boolean
  - `data` ScheduleHeatmapDto
    - `data` HeatmapDataPointDto[]
      - `day` string
      - `hour` union
        - integer
        - string, int32
      - `value` union
        - integer
        - string, int32
    - `maxValue` union
      - integer
      - string, int32
    - `period` string
  - `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/d8d7501dde48/schema)
