---
title: "GET /api/fee-schemes"
method: GET
path: "/api/fee-schemes"
tags: ["api", "fee-schemes"]
---

# GET /api/fee-schemes

`GET /api/fee-schemes`

Get all fee schemes

## Query parameters

- `skip` number, float — The number of objects to skip for the requested result
- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `name` string — The name of the fee scheme to filter for

## Response `200`

OK

- GETFeeSchemesGetAllFeeSchemes200Response
  - `docs` FeeSchemeResource[]
    - `_id` string — The ID of the Fee Scheme
    - `sellerId` string, required — The ID of the seller of the fee scheme
    - `name` string, required — The name of this fee scheme.
    - `fees` object[]
      - `_id` string — The ID of the Fee Scheme fee
      - `enabled` boolean — Whether this item will be applied
      - `exposed` boolean — Whether this fee will be exposed to the ticket buyer
      - `name` string, required — The name of the fee that can appear in reports.
      - `type` 'onTicket' | 'onHardTicket' | 'onCart', required — Type of application for the fee.
      - `included` boolean
      - `discountable` boolean
      - `asNet` boolean
      - `calculationBase` string
      - `rules` object[]
        - `min` number, float — Minimum price to apply this fee.
        - `max` number, float, nullable — Maximum price to apply this fee
        - `fix` number, float — The fix value of fee to be applied.
        - `var` number, float — The percentage value of the fee to be applied.
      - `taxServiceTypeId` string, nullable — The ID of the tax service of the fee
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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