---
title: "List all units"
method: GET
path: "/v1/units"
tags: ["Units"]
---

# List all units

`GET /v1/units`

## Response `200`

OK

- Unit[]
  - `code` string, nullable — Code
  - `conversion` number, double — Conversion
  - `decimals` number, double, nullable — Decimals
  - `id` integer, nullable — Unit Id
  - `name` string, nullable — Name
  - `type` 'Time' | 'Weight' | 'Area' | 'Volume' | 'Dimension' | '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/revisions/af5aae7365c9/schema)
