---
title: "GET /price-list-entries"
method: GET
path: "/price-list-entries"
tags: ["PublicPriceList"]
---

# GET /price-list-entries

`GET /price-list-entries`

## Response `200`

OK

- PublicPriceListResponseDto
  - `items` PublicPriceListEntryDto[]
    - `id` string
    - `serviceCatalogItemId` string, nullable
    - `inventoryItemId` string, nullable
    - `groupCodeId` string, nullable
    - `sourceType` string — "service", "inventory", or "kit" — derived from which FK is set.
    - `resolvedName` string — Resolved display name. Prefers string? PublicPriceListEntryDto.NameOverride; falls back to the source record.
    - `sourceName` string — Fallback source name (for the settings UI to show alongside the override).
    - `sourcePrice` union — Source record's current base price, for reference in the editor.
      - number, double
      - string, double
    - `nameOverride` string, nullable
    - `descriptionOverride` string, nullable
    - `categoryLabel` string, nullable
    - `displayMode` string — "flat" or "range".
    - `price` union
      - number, double
      - string, double
    - `minPrice` union
      - number, double
      - string, double
    - `maxPrice` union
      - number, double
      - string, double
    - `displayOrder` union
      - integer
      - string, int32
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `total` union
    - integer
    - string, int32

---

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