---
title: "GET /api/custom_demographics/{id}"
method: GET
path: "/api/custom_demographics/{id}"
tags: ["Clinical"]
---

# GET /api/custom_demographics/{id}

`GET /api/custom_demographics/{id}`

Retrieve an existing custom demographics field

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- CustomPatientFieldType
  - `archived` boolean — Indicates that the object has been soft-deleted, and should not be used
  - `description` string
  - `doctor` integer, required
  - `template_name` string — Custom Patient Demographics with `template_name` set can be inserted into clinical notes via Form Builder. Only letters (a-z or A-Z), numbers (0-9) or underscore(_) are allowed for template name.
  - `allowed_values` string — Allowed values if needed. Values must be separated by comma `,`
  - `id` integer
  - `name` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
