Skip to main content

List MO Production Iterations

GET 

/api/manufacturing/manufacturing-orders/1/production-iterations

Paginated list of production iterations for this Manufacturing Order. Each iteration is one call to Record Production; includes restore-cost information and a reversibility flag.

Query parameters:

  • per_page — items per page (default: 15)
  • sort — sort field. Prefix with - for DESC. Allowed: id, iteration_number, production_date, output_quantity, total_input_cost, created_at. Default: -iteration_number
  • filter[is_reversed] — true/false
  • filter[iteration_number] — exact match
  • filter[search] — LIKE on iteration_number / reverse_reason
  • filter[date_from], filter[date_to] — production_date range (Y-m-d)

Request

Responses

OK

Response Headers
    Content-Type