---
title: "List unavailable block types"
method: GET
path: "/unavailable_block_types"
tags: ["Unavailable Block Type"]
---

# List unavailable block types

`GET /unavailable_block_types`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `unavailable_block_types` UnavailableBlockType[]
    - `archived_at` string, date-time, nullable
    - `color` string
    - `created_at` string, date-time
    - `duration_in_minutes` integer
    - `id` string, int64
    - `links` object
      - `self` string, uri
    - `name` string
    - `system_controlled` boolean, nullable
    - `updated_at` string, date-time
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` string, uri

---

[API](https://skmtc.dev/cliniko/apis/cliniko-api.md) · [All operations](https://skmtc.dev/cliniko/apis/cliniko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cliniko/cliniko-api/revisions/6eeb88a96062/schema)
