Get Detailed Order List
GET/api/orders/getdetailedfilteredlist
Tier: Public — stable, supported for third-party integration.
Returns a paged, OData-filterable list of full order detail — including lines, items,
and errors — rather than the lighter Orders.OrderSummaryDto shape used by
OrderController.GetOrders(...).
A heavier endpoint than OrderController.GetOrders(...) — use it when the caller needs line/item
detail for every order in the page, not just the header fields.
Request
Responses
- 200
- 400
- 401
- 403
Returns a page of Orders.OrderDetailDto.
OData query validation failed (bare 400, no body), or the underlying query failed (error array).
The caller is not authenticated.
The caller lacks Order Read permission.