---
title: "GET /PatientGroups/{id}"
method: GET
path: "/PatientGroups/{id}"
tags: ["PatientGroups"]
---

# GET /PatientGroups/{id}

`GET /PatientGroups/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- PatientGroupDto
  - `id` string
  - `clientId` string
  - `clientName` string, nullable
  - `groupType` string
  - `name` string
  - `speciesId` string
  - `speciesName` string, nullable
  - `breed` string, nullable
  - `headCount` union
    - integer
    - string, int32
  - `notes` string, nullable
  - `isActive` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `litterDetails` LitterDetailsDto
    - `damPatientId` string, nullable
    - `damPatientName` string, nullable
    - `damText` string, nullable
    - `sireText` string, nullable
    - `whelpDate` string, date, nullable
    - `litterSize` union
      - integer
      - string, int32
  - `herdDetails` HerdDetailsDto
    - `productionType` string
    - `farmName` string, nullable
  - `members` PatientGroupMemberDto[]
    - `id` string
    - `patientId` string, nullable
    - `patientName` string, nullable
    - `tagOrIdentifier` string, nullable
    - `displayName` string, nullable
    - `sex` string, nullable
    - `colorMarkings` string, nullable
    - `dateOfBirth` string, date-time, nullable
    - `notes` string, nullable
    - `isException` boolean
    - `isActive` boolean

---

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