Skip to main content

List Output Line FIFO Layers

GET 

/api/manufacturing/mo-output-lines/:id/fifo-layers

Paginated FIFO layers scoped to a single MO output line. Always returns at most one row — the layer this output produced — but shapes the response as a paginated collection so the frontend can reuse the same list view contract as the MO-scoped equivalent.

Required scope: manufacturing:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Query parameters:

  • per_page — items per page (default: 15)
  • filter[search] — search by product SKU or name

Request

Responses

OK

Response Headers
    Content-Type