---
title: "List unit of measures"
method: GET
path: "/units-of-measure/"
tags: ["Unit Of Measures"]
---

# List unit of measures

`GET /units-of-measure/`

Endpoint for retrieving a list of unit of measures.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedUnitOfMeasureList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` UnitOfMeasure[], required
    - `created_ts` string, date-time, required — The timestamp in UTC when the unit of measure was created
    - `id` string, required — The unique identifier of the unit of measure.
    - `is_active` boolean — Whether the unit of measure is active.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the unit of measure was last modified
    - `name` string, required — The name of the unit of measure.
    - `name_ar` string — The Arabic name of the unit of measure.

---

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