---
title: "Get a specific item routing input item"
method: GET
path: "/api/items/{itemId}/routing/input-items/{inputItemId}"
tags: ["Item Routing"]
---

# Get a specific item routing input item

`GET /api/items/{itemId}/routing/input-items/{inputItemId}`

## Path parameters

- `itemId` string, required
- `inputItemId` string, required

## Response `200`

Input item for an item's routing matching id

- ItemRoutingInputItemDto — An item
  - `id` string, required — Id of this input item in the item's routing
  - `itemId` string, required — Item Id
  - `number` string, required — The number to give the item.
  - `revision` string — The revision of the item
  - `description` string, required — The description to give the item.
  - `valueTypeUnits` number, double, required — Measurement unit depending on FulcrumProduct.PublicApi.Dto.Item.Routing.InputItemDto.ValueType
  - `valueType` 'creates' | 'requires', required — Specifies how a routing input item quantity is measured.
  - `routingStepId` string, nullable — Id of the routing operation (step) this input item is attached to, or null when it is not attached to a specific operation. Corresponds to the Id from the routing's operations list (e.g. jobs/{jobId}/routing/{routingId}/operations/list or items/{itemId}/routing/operations/list).
  - `isMaterialLine` boolean — True when this line is tied to an input material (created by a material selection). Material-tied lines must be included in every input-items replace — they cannot be removed through that endpoint.

## Other responses

- `204` — Input item id provided was not found on this item
- `404` — Item id provided is not present in the system

---

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