---
title: "Get appointment type"
method: GET
path: "/appointment_types/{id}"
tags: ["Appointment Type"]
---

# Get appointment type

`GET /appointment_types/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- AppointmentType
  - `add_deposit_to_account_credit` boolean, nullable
  - `appointment_confirmation_template_ids` string[], nullable
  - `appointment_follow_up_template_ids` string[], nullable
  - `appointment_reminder_template_ids` string[], nullable
  - `appointment_type_billable_items` object
    - `links` object
      - `self` string, uri
  - `appointment_type_products` object
    - `links` object
      - `self` string, uri
  - `archived_at` string, date-time, nullable
  - `billable_item` object
    - `links` object
      - `self` string, uri
  - `category` string, nullable
  - `color` string
  - `created_at` string, date-time
  - `deposit_price` string, decimal, nullable
  - `description` string, nullable
  - `duration_in_minutes` integer
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `max_attendees` integer
  - `name` string
  - `online_bookings_lead_time_hours` 0 | 1 | 2 | 4 | 12 | 18 | 24 | 48 | 72 | 168 | 336 | 504 | 672, nullable
  - `online_payments_enabled` boolean, nullable
  - `online_payments_mode` 'deposit_required' | 'optional' | 'required', nullable
  - `practitioners` object
    - `links` object
      - `self` string, uri
  - `product` object
    - `links` object
      - `self` string, uri
  - `show_in_online_bookings` boolean, nullable
  - `telehealth_enabled` boolean, nullable
  - `treatment_note_template` object
    - `links` object
      - `self` string, uri
  - `updated_at` string, date-time

---

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