---
title: "Get a customer family by ID"
method: GET
path: "/v1/customerfamilies/{id}"
tags: ["CustomerFamilies"]
---

# Get a customer family by ID

`GET /v1/customerfamilies/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CustomerFamily — Customer family
  - `id` integer — ID
  - `internalId` string, nullable — Internal 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)
