---
title: "Get a Discipline"
method: GET
path: "/api/2026-01-01/disciplines/{discipline_id}"
tags: ["Disciplines"]
---

# Get a Discipline

`GET /api/2026-01-01/disciplines/{discipline_id}`

Get a Discipline by its ID

## Path parameters

- `discipline_id` string, uuid, required

## Response `200`

The discipline

- Discipline — A discipline record.
  - `id` string, uuid, required — Unique identifier for the discipline
  - `name` string — The name of the discipline
  - `professional_title` string — The professional title of the discipline
  - `description` string — The description of the discipline
  - `bookable_online` boolean — Whether the discipline is bookable online
  - `normalized_type` string — The normalized type of the discipline

## Other responses

- `400` — Invalid request parameters
- `404` — The discipline was not found
- `429` — Rate limit exceeded - 100 requests per minute per endpoint per clinic

---

[API](https://skmtc.net/jane/apis/jdp-api.md) · [All operations](https://skmtc.net/jane/apis/jdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jane/jdp-api/revisions/119f3c4ad601/schema)
