---
title: "List all classifications"
method: GET
path: "/v1/classifications"
tags: ["Classifications"]
---

# List all classifications

`GET /v1/classifications`

## Query parameters

- `type` 'Sale' | 'Expense' | 'Other'

## Response `200`

OK

- Classification[]
  - `accountNumber` string, nullable — Account number
  - `defaultVat` Vat — Vat
    - `default` boolean — Indicatess if this is the default VAT for the region
    - `id` integer, nullable — Vat ID
    - `label` string, nullable — Label
    - `rate` number, double, nullable — Rate
    - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
  - `description` string, nullable — Description
  - `id` integer — Classification ID
  - `isProduct` boolean — Indicates whether classification is product (should be defined when type is 'Sale')
  - `isService` boolean — Indicates whether classification is service (should be defined when type is 'Sale')
  - `label` string, nullable — Label
  - `microBusinessDeclarationType` 'Products' | 'Services' | 'OtherServices' | 'Renting' | 'Cipav'
  - `type` 'Sale' | 'Expense' | 'Other'

---

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