---
title: "Clinic-wide breakdown of deferred (client-declined) services by individual service over a
period, weighted by frequency. Drives the BI \"Deferred Services\" card."
method: GET
path: "/Metrics/deferred-services"
tags: ["Metrics"]
---

# Clinic-wide breakdown of deferred (client-declined) services by individual service over a
period, weighted by frequency. Drives the BI "Deferred Services" card.

`GET /Metrics/deferred-services`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfDeferredServicesBreakdownDto
  - `success` boolean
  - `data` DeferredServicesBreakdownDto — Clinic-wide breakdown of deferred services grouped by the individual service, weighted by frequency, over a period.
    - `buckets` DeferredServiceBucketDto[]
      - `serviceKey` string — Stable key for drill-down: the ServiceCatalogItemId or InventoryItemId (or "unspecified").
      - `serviceName` string
      - `serviceType` string, nullable
      - `count` union
        - integer
        - string, int32
      - `percentage` union — Share of all deferred services in the period (0-100).
        - number, double
        - string, double
    - `totalDeferred` union
      - integer
      - string, int32
  - `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/versions/a905bde4e796/schema)
