---
title: "View fee schedule"
method: GET
path: "/fee_schedules/{id}"
tags: ["Fee Schedules"]
---

# View fee schedule

`GET /fee_schedules/{id}`

This endpoint returns a single fee schedule

## Path parameters

- `id` integer, required

## Query parameters

- `subdomain` string, required
- `include[]` string[]

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIV20240412EntitiesFeeScheduleResponse — API_V20240412_Entities_FeeSchedule_Response model
  - `code` boolean — Indicates the success or failure of the request
  - `description` string — Additional context on the request to help with debugging.
  - `error` string[] — Any errors that occur during the execution of the request.
  - `data` APIV20240412EntitiesFeeSchedule
    - `id` integer — Fee schedule id
    - `name` string — The name of the fee schedule
    - `active` boolean, nullable — Indicates if the fee schedule is active
    - `location_id` integer, nullable — The id of the location this fee schedule belongs to
    - `updated_at` string, date-time — Fee Schedule update date in UTC
    - `procedure_fees` APIV20240412EntitiesFeeScheduleProcedureCodeBasic[] — The procedure fees associated with this schedule
      - `procedure_code_id` string, nullable — The uuid of the procedure code associated with the fee schedule
      - `fee` APIV2EntitiesPrice
        - `amount` string — The currency value, in whole units (e.g. dollars)
        - `currency` string — The ISO currency code
      - `code` string, nullable — The code of the procedure associated with the fee schedule
  - `count` integer — Number of total objects, in case of collection.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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