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_numberfilter[is_reversed]— true/falsefilter[iteration_number]— exact matchfilter[search]— LIKE on iteration_number / reverse_reasonfilter[date_from],filter[date_to]— production_date range (Y-m-d)
Request
Responses
- 200
OK
Response Headers
Content-Type