---
title: "Returns a list of global Vat Types. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by \"id\" field."
method: GET
path: "/v1/vatTypes"
tags: ["VatTypes"]
---

# Returns a list of global Vat Types. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by "id" field.

`GET /v1/vatTypes`

## Response `200`

OK

- PageResultVatTypeDto
  - `Items` VatTypeDto[]
    - `id` integer
    - `description` string
    - `code` string
    - `isOnlyZero` boolean
    - `isNotApplicable` boolean
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
