Export Filtered List
GET/api/orders/exportfilteredorders
Tier: Public — stable, supported for third-party integration.
Exports the same filtered order summary list as OrderController.GetOrders(...) as a CSV file,
with date/time fields rendered in the caller's time zone.
Request
Responses
- 200
- 400
- 401
- 403
Returns a CSV file (application/octet-stream, attachment Export.csv).
OData query validation failed (bare 400, no body).
The caller is not authenticated.
The caller lacks Order Read permission.