---
title: "List all blockout times of a center"
method: GET
path: "/v1/centers/{center_id}/blockouttimes"
---

# List all blockout times of a center

`GET /v1/centers/{center_id}/blockouttimes`

Retrives the list of Blockout times created between the start date and end date of the center whose ID is passed as {center_id} and block out times of all the rooms or employees who had a block out time created in the appointment book for that center.

## Path parameters

- `center_id` string, required

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `source` integer

## Response `200`

200

- object
  - `block_out_times` object[]
    - `block_out_time_id` string
    - `employee` object
      - `id` string
      - `name` string
    - `room` unknown
    - `block_out_time_type` object
      - `id` integer
      - `name` string
      - `duration` integer
    - `start_time` string
    - `end_time` string
    - `start_time_in_center` string
    - `end_time_in_center` string
    - `notes` string
    - `recurring_block_out_time` object
      - `id` unknown
      - `time_period` unknown
      - `interval` integer
      - `rec_start_date` string
      - `rec_end_date` unknown
      - `week_days` integer
      - `occurences` unknown
  - `error` unknown

## Other responses

- `400` — 400

---

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