Get Inventory Transactions
GET/api/inventories/getinventorytransactions/:id
Tier: Internal — subject to change without notice.
Returns the audit-transaction trail for a single stocktake, newest first.
Request
Responses
- 200
- 400
- 401
- 403
A list of InventoryDtos.InventoryTransactionSummaryDto (empty for an unknown id — there is no existence check).
A service-level failure occurred — the audit-transaction service's error array.
Caller is not authenticated.
Caller does not have Read permission on the Inventory module.