---
title: "Fetch discipline"
method: GET
path: "/disciplines/{discipline_id}"
tags: ["disciplines"]
---

# Fetch discipline

`GET /disciplines/{discipline_id}`

Returns the discipline with the matching ID.

## Path parameters

- `discipline_id` integer, required

## Response `200`

The matching discipline object.

- Discipline
  - `discipline_id` integer — Unique identifier for the discipline.
  - `value` string, required — The name of the discipline.

## Other responses

- `404` — The approval record was not found or is not pending.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
