---
title: "Get all service catalog items"
method: GET
path: "/ServiceCatalog"
tags: ["ServiceCatalog"]
---

# Get all service catalog items

`GET /ServiceCatalog`

## Query parameters

- `isActive` boolean
- `category` string

## Response `200`

List of service catalog items

- ServiceCatalogListResponseDto
  - `items` ServiceCatalogItemDto[]
    - `id` string
    - `code` string
    - `description` string
    - `invoiceName` string, nullable
    - `basePrice` union
      - number, double
      - string, double
    - `isTaxable` boolean
    - `vatCategory` string, nullable
    - `isActive` boolean
    - `category` string, nullable
    - `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/a905bde4e796/schema)
