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

# GET /api/fee_schedules_v2/{id}

`GET /api/fee_schedules_v2/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- FeeSchedule
  - `ineffective_date` string — End date that this schedule is valid. If null, then it is applied until an end date is set
  - `assignees` unknown[] — Schedule specific to these assignees, if null, then applies as default to all assignees without a more specific fee schedule.
    - unknown
  - `items` unknown[] — Items that belong to this fee schedule (this field is only available for single requests)
    - unknown
  - `created_at` string
  - `payer_id` string — Fee Schedule pricing specific to this payer, if null, then applies as default to all payers without a more specific fee schedule.
  - `updated_at` string
  - `assignee_type` 'Individual' | 'Speciality' — Type of assignee
  - `specialities` unknown[] — Schedule specific to these specialities, if null, then applies as default to all specialities without a more specific fee schedule.
    - unknown
  - `effective_date` string — Start date that this schedule is valid. If null, then since the beginning of time
  - `plan_name` string — Name of insurance plan.
  - `id` integer

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