---
title: "Get a referral type"
method: GET
path: "/referraltypes/{id}"
tags: ["Referral Types"]
---

# Get a referral type

`GET /referraltypes/{id}`

Retrieves a specified referral type.

## Path parameters

- `id` string, required

## Response `200`

When request is successful. Returns a 'ReferralType' object.

- ReferralType
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `id` string, nullable — Id of the referral type.
  - `name` string, nullable — Name of the referral type.
  - `isDeleted` boolean — Flag indicating whether the referral type has been deleted.

## Other responses

- `404` — When referral type with specified id does not exist.

---

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