---
title: "Get all active locations (convenience endpoint)"
method: GET
path: "/Locations/active"
tags: ["Locations"]
---

# Get all active locations (convenience endpoint)

`GET /Locations/active`

## Response `200`

List of active locations sorted by display order

- LocationResponseDto[]
  - `id` string
  - `name` string
  - `description` string, nullable
  - `isActive` boolean
  - `displayOrder` union
    - integer
    - string, int32
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `isVehicle` boolean
  - `isPersonalVehicle` boolean
  - `allowOnlineBooking` boolean
  - `allowOverbooking` boolean
  - `allowedSpeciesIds` string[], nullable — Species IDs allowed at this location. If empty/null, all species are allowed.

---

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