Get Filtered Inventory Transactions
GET/api/inventories/getfilteredinventorytransactions
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged list of audit-transaction rows across every stocktake in the caller's organisation.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of InventoryDtos.InventoryTransactionSummaryDto.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.
Caller does not have Read permission on the Inventory module.