---
title: "GET /api/office_work_schedule/{id}"
method: GET
path: "/api/office_work_schedule/{id}"
tags: ["Practice Management"]
---

# GET /api/office_work_schedule/{id}

`GET /api/office_work_schedule/{id}`

Retrieve a work schedule (beta)

## Path parameters

- `id` string, required

## Response `200`

OK

- WorkSchedule
  - `work_days` WorkDay[] — work days of the work schedule
    - `iso_weekday` string — Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
    - `enabled` boolean — whether the work day is enabled
    - `id` integer — unique ID of the work day
    - `work_hours` WorkHours[] — work hours of the work day
      - `start_time` string — start time of the work hour
      - `enabled` boolean — whether the work hour is enabled
      - `id` integer — unique ID of the work hour
      - `end_time` string — end time of the work hour
  - `id` integer — unique ID for the work schedule
  - `office` integer — ID of office for work schedule
  - `doctor` integer — ID of doctor for work schedule

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
