List the network's plans
Returns the plans this network is deciding on, SOONEST DEADLINE FIRST — the order the morning question asks for (« lesquels de mes plans ont besoin de moi aujourd’hui »), not an alphabetical convenience; an undated plan sorts last, never first. Narrow with family, with status — a status of THAT family’s own lifecycle, since the six do not share one — and with openOnly=true to drop what is closed or cancelled. Page with page/pageSize (max 100).
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.
Query Parameters
1-based page index to return. Defaults to 1.
1 <= x <= 9007199254740991Rows per page, 1..100. Defaults to 20.
1 <= x <= 100One of the six families: restock, rebalance, markdown, pre_season_order, supplier_return, supplier_exchange. Omit to list every family.
restock, rebalance, markdown, pre_season_order, supplier_return, supplier_exchange A status of THAT family's own lifecycle — the six do not share one. Omit for any status.
DRAFT, VALIDATED, SENT, RECEIVED, PROPOSED, AGREED, IN_TRANSIT, SETTLED, CREDITED, CLOSED, CANCELLED true keeps only the plans that are still live (not CLOSED, not CANCELLED) — what the morning list asks for. Omit or false for the whole history.
true, false Response
A page of plans, soonest deadline first, with the pagination totals.
A page of plans, soonest deadline first, with the pagination totals.
The rows on this page, in the query's sort order.
- Option 1
- Option 2
- Option 3
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
