---
title: "GET /LabPanels"
method: GET
path: "/LabPanels"
tags: ["LabPanels"]
---

# GET /LabPanels

`GET /LabPanels`

## Response `200`

OK

- LabPanelListResponseDto
  - `items` LabPanelDto[]
    - `id` string
    - `code` string
    - `name` string
    - `description` string, nullable
    - `testType` string
    - `isActive` boolean
    - `displayOrder` union
      - integer
      - string, int32
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `tests` LabPanelTestDto[]
      - `id` string
      - `labPanelId` string
      - `testName` string
      - `testCode` string, nullable
      - `unit` string, nullable
      - `referenceRange` string, nullable
      - `referenceLow` union
        - number, double
        - string, double
      - `referenceHigh` union
        - number, double
        - string, double
      - `displayOrder` union
        - integer
        - string, int32
  - `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/versions/a905bde4e796/schema)
