---
title: "Drill-down list of the deferred services behind one breakdown bucket (by service key) over a period."
method: GET
path: "/Metrics/deferred-services/list"
tags: ["Metrics"]
---

# Drill-down list of the deferred services behind one breakdown bucket (by service key) over a period.

`GET /Metrics/deferred-services/list`

## Query parameters

- `period` string
- `serviceKey` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfListOfDeferredServiceItemDto
  - `success` boolean
  - `data` DeferredServiceItemDto[], nullable
    - `serviceId` string
    - `appointmentId` string
    - `appointmentDate` string, date-time, nullable
    - `patientId` string
    - `patientName` string
    - `serviceName` string
    - `serviceType` string, nullable — "Procedure", "Inventory", or "Unknown".
    - `lineTotal` union
      - number, double
      - string, double
    - `declinedReason` string, nullable
    - `declinedAt` string, date-time, nullable
  - `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)
