---
title: "List recall types"
method: GET
path: "/recall_types"
tags: ["Recall Type"]
---

# List recall types

`GET /recall_types`

## Query parameters

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

## Response `200`

successful operation

- object
  - `recall_types` 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
  - `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)
