---
title: "Get list of measure families (deprecated as of v5.0)"
method: GET
path: "/api/rest/v1/measure-families"
tags: ["Measure family"]
---

# Get list of measure families (deprecated as of v5.0)

`GET /api/rest/v1/measure-families`

This endpoint allows you to get a list of measure families. Measure families are paginated and sorted by code.

## Response `200`

Return measure families paginated

- object
  - `_links` object
    - `self` object
      - `href` string — URI of the current page of resources
    - `first` object
      - `href` string — URI of the first page of resources
    - `previous` object
      - `href` string — URI of the previous page of resources
    - `next` object
      - `href` string — URI of the next page of resources
  - `current_page` integer — Current page number
  - `_embedded` object
    - `items` object[]
      - `_links` object
        - `self` object
          - `href` string — URI of the resource
      - `code` string, required — Measure family code
      - `standard` string — Measure family standard
      - `units` object[] — Family units
        - `code` string — Measure code
        - `convert` object — Mathematic operation to convert the unit into the standard unit
        - `symbol` string — Measure symbol

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `406` — Not Acceptable

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/revisions/d8bda9b93b59/schema)
