v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Job Full Routing

Gets a full routing input item for a job

get/api/jobs/{jobId}/routing/{routingId}/input-items/{inputItemId}

Path parameters

jobIdstring required
routingIdstring required
inputItemIdstring required

Response

OK

idstring required

Id of this input item in the item's routing

itemIdstring required

Item Id

numberstring required

The number to give the item.

revisionstring

The revision of the item

descriptionstring required

The description to give the item.

valueTypeUnitsnumber 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.

routingStepIdstring 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).

isMaterialLineboolean

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.