---
title: "GET /nps/responses"
method: GET
path: "/nps/responses"
tags: ["NpsAnalytics"]
---

# GET /nps/responses

`GET /nps/responses`

## Query parameters

- `unresolvedOnly` boolean
- `minScore` union
  - integer
  - string, int32
- `maxScore` union
  - integer
  - string, int32

## Response `200`

OK

- NpsResponseDto[]
  - `id` string
  - `appointmentId` string
  - `clientId` string
  - `clientName` string
  - `patientId` string
  - `petName` string
  - `status` integer — Lifecycle status of an NPS survey response.
  - `score` union
    - integer
    - string, int32
  - `category` integer
  - `comment` string, nullable
  - `canContact` boolean, nullable
  - `aiTag` string, nullable
  - `internalNote` string, nullable
  - `resolved` boolean
  - `resolvedAt` string, date-time, nullable
  - `sentAt` string, date-time
  - `respondedAt` string, date-time, nullable
  - `t12mSpend` union — Trailing-twelve-month spend for the client (for the Action Queue's revenue-at-risk view).
    - number, double
    - string, double

---

[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)
