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

# List item unit of measures

`GET /item-units-of-measure/`

Endpoint for retrieving a list of item unit of measures.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedItemUnitOfMeasureList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ItemUnitOfMeasure[], required
    - `conversion_factor` number, double, required — The conversion factor relative to the base unit.
    - `created_ts` string, date-time, required — The timestamp in UTC when the item unit of measure was created
    - `id` string, required — The unique identifier of the item unit of measure.
    - `is_active` boolean — Whether this unit of measure is active.
    - `is_base` boolean — Whether this is the base unit of measure for the item.
    - `is_default_purchase` boolean — Whether this is the default unit for purchases.
    - `is_default_sales` boolean — Whether this is the default unit for sales.
    - `item` string, required — The item this unit of measure belongs to.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the item unit of measure was last modified
    - `unit_cost` number, double, nullable — The unit cost for this unit of measure.
    - `unit_of_measure` string, required — The unit of measure.
    - `unit_of_measure_name` string, required — The name of the unit of measure.
    - `unit_price` number, double, nullable — The unit price for this 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)
