---
title: "List active diagnosis terms for a species (e.g. `?speciesCode=DOG`),
ordered by body system then name so the client can group them directly."
method: GET
path: "/diagnosis-terms"
tags: ["DiagnosisTerms"]
---

# List active diagnosis terms for a species (e.g. `?speciesCode=DOG`),
ordered by body system then name so the client can group them directly.

`GET /diagnosis-terms`

## Query parameters

- `speciesCode` string

## Response `200`

OK

- DiagnosisTermListResponseDto
  - `items` DiagnosisTermDto[]
    - `id` string
    - `name` string
    - `speciesCode` string
    - `bodySystem` string
    - `cui` string, nullable
    - `snomedId` string, nullable
    - `venomCode` string, nullable
  - `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)
