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

# GET /api/claim_billing_notes/{id}

`GET /api/claim_billing_notes/{id}`

Retrieve an existing billing note

## Path parameters

- `id` string, required

## Query parameters

- `appointment` integer
- `doctor` integer

## Response `200`

OK

- ClaimBillingNotes
  - `text` string
  - `created_at` string
  - `appointment` integer, required
  - `id` integer
  - `created_by` string — ID of `/users` when created the note

## 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)
