Get Cycle Count Details
GET/api/cyclecounts/getcyclecount/:id
Tier: Internal — subject to change without notice.
Returns full detail for a single cycle count.
Request
Responses
- 200
- 400
- 401
- 403
A CycleCountDtos.CycleCountDetailDto. The item lists are resolved from persisted CycleCountItems, so they are empty until CycleCountController.ResolveCycleCount(...) has run.
An unknown or foreign-organisation {id} — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the CycleCount module.