---
title: "Get all measuring units for a specific partner."
method: GET
path: "/measuring-units"
tags: ["Measuring Unit"]
---

# Get all measuring units for a specific partner.

`GET /measuring-units`

Get all measuring units for a specific partner.

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Successful response

- UnitsPage
  - `meta` Page
    - `totalItems` integer
    - `totalPages` integer
    - `page` integer
    - `size` integer
  - `measuringUnits` MeasuringUnit[]
    - `id` string — Unit id in the GrubTech platform
    - `name` string — Unit name
    - `code` string — Unit code in the GrubTech platform

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
