---
title: "Get a single cancellation-reason"
method: GET
path: "/cancellation-reasons/{id}"
tags: ["cancellation-reason"]
---

# Get a single cancellation-reason

`GET /cancellation-reasons/{id}`

Get cancellation-reason data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with cancellation-reason data.

- object
  - `id` integer, required — Cancellation reason id
  - `reason` string, required — Cancellation reason description
  - `code` string, nullable, required — Cancellation reason code
  - `archived` boolean, nullable — Whether the cancellation reason has been archived
  - `createdAt` union — Object creation date time
    - string
    - string
  - `updatedAt` union — Object update date time
    - string
    - string
  - `deletedAt` union, required — Object archived date time
    - string
    - string
    - unknown

---

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