Skip to main content

Show Production Iteration

GET 

/api/manufacturing/production-iterations/0fa1c2bb-8b1b-4c5a-9d63-1f4b5e6d7c80

Returns a single production iteration with all relations eagerly loaded (manufacturing order, created_by user, reversed_by user) plus the output FIFO layer expanded. Backs the standalone Production Iteration detail page.

Path parameters:

  • moProductionIteration (string, UUID) — the iteration's UUID primary key. Iteration IDs are globally unique so no MO scope is required.

Notes:

  • reversible / non_reversible_reason reflect whether the iteration can still be reversed (e.g. blocked by downstream consumption of its output layer).
  • output_fifo_layer is the single FIFO layer this iteration produced (nullable for outsourced or partial iterations).

Request

Responses

OK

Response Headers
    Content-Type