---
title: "Find measurements"
method: GET
path: "/dictionary/measurements"
tags: ["Dictionaries"]
---

# Find measurements

`GET /dictionary/measurements`

This API method allows you to retrieve a list of measurement units like pieces or meters or kilos, that you can use to specify your items by metric system. The response will include details of each measurement unit, such as the unit code, name, and any other relevant information. This data can be useful to generate a transportation document (shipment).

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

measurements

- object
  - `current_page` integer — Current page.
  - `last_page` integer — Total pages found.
  - `per_page` integer — Current objects` limit for a single page.
  - `total` integer — Total objects found.
  - `from` integer, nullable
  - `to` integer, nullable
  - `items` object[] — List of measurement`s units that you can use to specify your items by metric system.
    - `code` string — Code of measurement`s unit.
    - `name` string — Name of measurement`s unit.
    - `shortname` string — Abbreviation of measurement`s unit.
    - `createdAt` string — Datetime when the item was added to the list.
    - `updatedAt` string — Datetime of the item`s update.
    - `deletedAt` string, nullable — Datetime if removed, otherwise is null.

## Other responses

- `401` — Unauthorized
- `404` — The specified resource was not found
- `422` — Validation error
- `503` — Connection time-out

---

[API](https://skmtc.net/novapost/apis/api-nova-post.md) · [All operations](https://skmtc.net/novapost/apis/api-nova-post/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novapost/api-nova-post/revisions/60e380005037/schema)
