---
title: "Get recall type"
method: GET
path: "/recall_types/{id}"
tags: ["Recall Type"]
---

# Get recall type

`GET /recall_types/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- RecallType
  - `archived_at` string, date-time, nullable
  - `created_at` string, date-time
  - `default_duration` integer
  - `default_duration_type` 10 | 20 | 30, nullable — | Enum Value | Description | |---|---| | 10 | Day | | 20 | Week | | 30 | Month |
  - `default_duration_type_description` 'Day' | 'Month' | 'Week', nullable
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `name` string
  - `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)
