List the lines of one plan
Returns the lines a plan has accumulated. Each carries quantity (what will be acted on) BESIDE recommendedQuantity (what was proposed before anyone touched it): the gap between the two is the buyer’s arbitrage, and it is the first thing anyone asks about afterwards. source says what produced the line, status where it stands in the review (TO_REVIEW, READY_FOR_ORDER, FLAGGED). 404s on an unknown plan rather than answering an empty list, which would read as a plan that exists and holds nothing.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
The plan id, e.g. plan-restock-aigle-32.
1Query Parameters
1-based page index to return. Defaults to 1.
1 <= x <= 9007199254740991Rows per page, 1..100. Defaults to 20.
1 <= x <= 100Response
A page of lines, in the order they were added.
A page of lines, in the order they were added.
The rows on this page, in the query's sort order.
Total rows matching the filter across ALL pages, not just this one.
0 <= x <= 9007199254740991The 1-based page number served.
0 < x <= 9007199254740991Rows requested per page.
0 < x <= 9007199254740991Total number of pages; stop walking when page reaches it.
0 <= x <= 9007199254740991
