---
title: "View fee schedules"
method: GET
path: "/fee_schedules"
tags: ["Fee Schedules"]
---

# View fee schedules

`GET /fee_schedules`

This endpoint returns the fee schedules for the specified location

## Query parameters

- `subdomain` string, required
- `location_id` integer, required
- `updated_since` string, date-time
- `start_cursor` string
- `end_cursor` string
- `per_page` integer
- `active` boolean

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIEntitiesFeeScheduleCollectionResponseWithCursor — API_Entities_FeeSchedule_Collection_Response_WithCursor 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` APIEntitiesFeeSchedule[]
    - `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
  - `page_info` object — Pagination information that can be used for fetching previous and next pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
