---
title: "Gets operating hours for every location (used by the schedule grid so
each room column can reflect its own hours). Returns a flat list across
all locations; rooms with no configured hours are simply absent."
method: GET
path: "/Locations/hours"
tags: ["Locations"]
---

# Gets operating hours for every location (used by the schedule grid so
each room column can reflect its own hours). Returns a flat list across
all locations; rooms with no configured hours are simply absent.

`GET /Locations/hours`

## Response `200`

OK

- LocationHoursResponseDto[]
  - `id` string
  - `locationId` string
  - `dayOfWeek` union
    - integer
    - string, int32
  - `openTime` string
  - `closeTime` string
  - `isOpen` 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/revisions/d8d7501dde48/schema)
