---
title: "Get a product family by ID"
method: GET
path: "/v1/productfamilies/{id}"
tags: ["ProductFamilies"]
---

# Get a product family by ID

`GET /v1/productfamilies/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ProductFamily — Product family
  - `id` integer — ID
  - `label` string, nullable — Label
  - `number` string, nullable — Number

## Other responses

- `404` — Not Found

---

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