---
title: "Get concession type"
method: GET
path: "/concession_types/{id}"
tags: ["Concession Type"]
---

# Get concession type

`GET /concession_types/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- ConcessionType
  - `archived_at` string, date-time, nullable
  - `concession_prices` object
    - `links` object
      - `self` string, uri
  - `created_at` string, date-time
  - `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)
