---
title: "Get category path by id"
method: GET
path: "/category/{categoryId}/path"
tags: ["Category"]
---

# Get category path by id

`GET /category/{categoryId}/path`

## Path parameters

- `categoryId` integer, required

## Response `200`

OK

- CategoryUsagePathPartApiModel[]
  - `Id` integer — Id of the part
  - `Name` string — Name of the part

## Other responses

- `404` — Category not found

---

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