---
title: "List product families"
method: GET
path: "/v1/productfamilies"
tags: ["ProductFamilies"]
---

# List product families

`GET /v1/productfamilies`

## Query parameters

- `PageIndex` integer
- `PageSize` integer
- `OrderBy` string
- `query` string

## Response `200`

OK

- ProductFamily[]
  - `id` integer — ID
  - `label` string, nullable — Label
  - `number` string, nullable — Number

---

[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)
