Export Filtered List
GET/api/cyclecounts/exportfilteredcyclecounts
Tier: Internal — subject to change without notice.
Exports the same filtered cycle count list as CycleCountController.GetCycleCounts(...) to CSV.
Request
Responses
- 200
- 400
- 401
- 403
A CSV file (application/octet-stream, attachment Export.csv) of CycleCountDtos.CycleCountSummaryDto rows.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.
Caller does not have Read permission on the CycleCount module.