Get Inventory Details
GET/api/inventories/getinventory/:id
Tier: Internal — subject to change without notice.
Returns full detail for a single stocktake.
Request
Responses
- 200
- 400
- 401
- 403
An InventoryDtos.InventoryDetailDto. While the stocktake is open (not yet resolved), the
Found/Unexpected/Missing item lists are computed live from current snapshots and stock;
once Complete or parked (ValidationFailed/PendingApproval) they are
read from the persisted count result instead.
CurrentUserIsPlaceManager is only populated when the state is
ValidationFailed or PendingApproval.
An unknown or foreign-organisation {id} — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the Inventory module.