---
title: "List veterinarian compensation settings (PAW-108 Phase 2).
One row per primary-provider user; `IsConfigured` is false for un-modeled providers."
method: GET
path: "/Metrics/compensation-settings"
tags: ["Metrics"]
---

# List veterinarian compensation settings (PAW-108 Phase 2).
One row per primary-provider user; `IsConfigured` is false for un-modeled providers.

`GET /Metrics/compensation-settings`

## Response `200`

OK

- BusinessMetricsResponseDtoOfListOfCompensationSettingDto
  - `success` boolean
  - `data` CompensationSettingDto[], nullable
    - `userId` string
    - `name` string
    - `model` string
    - `annualSalary` union
      - number, double
      - string, double
    - `hourlyRate` union
      - number, double
      - string, double
    - `productionPercentage` union
      - number, double
      - string, double
    - `productionThreshold` union
      - number, double
      - string, double
    - `standardAnnualHours` union
      - integer
      - string, int32
    - `effectiveFrom` string, date, nullable
    - `effectiveUntil` string, date, nullable
    - `compensationThresholdOverridePercent` union
      - number, double
      - string, double
    - `isConfigured` boolean
  - `error` string, nullable
  - `message` string, nullable

---

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