Export Filtered List
GET/api/inventories/exportfilteredinventories
Tier: Internal — subject to change without notice.
Exports the same filtered stocktake list as InventoryController.GetInventories(...) to CSV.
Request
Responses
- 200
- 400
- 401
- 403
A CSV file (application/octet-stream, attachment Export.csv) of InventoryDtos.InventorySummaryDto rows, with date/time values rendered in the caller's time zone.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.
Caller does not have Read permission on the Inventory module.