---
title: "Get all species"
method: GET
path: "/Species"
tags: ["Species"]
---

# Get all species

`GET /Species`

## Response `200`

List of all species sorted by display order

- SpeciesListResponseDto
  - `items` SpeciesDto[]
    - `id` string
    - `code` string
    - `name` string
    - `description` string, nullable
    - `color` string, nullable
    - `isActive` boolean
    - `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)
