---
title: "Get an item category"
method: GET
path: "/api/item-categories/{id}"
tags: ["Item Category"]
---

# Get an item category

`GET /api/item-categories/{id}`

## Path parameters

- `id` string, required

## Response `200`

The item category for the given id

- TagDto — Represents a tag
  - `id` string, required — Unique Id associated to the referenced object
  - `name` string, required — Descriptive name associated to the object
  - `style` 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'connected', required — Style enum (for tags).
  - `description` string, nullable — Descriptive name associated to the object
  - `types` CommonEnumTagTypeEnum[], required — Represents where/how this tag is used.
  - `deleted` boolean, nullable — Indicate if this tag has been deleted.

## Other responses

- `404` — Item category did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
