# Get Inventory Modified Since Date Get an Inventory Log modified since the given date-time. Data returned is sorted by Modified property DESC Required Group Role: "Inventory" - "VIEW" get: summary: Get inventory Modified Endpoint: GET /Inventory/Modified Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `PageNumber` (integer, required) Page number for pagination Example: 1 - `PageSize` (integer, required) The size of one page. Max=500 Example: 20 - `Since` (string, required) Filter records since the given date-time Example: "2025-01-08T07:01:21" ## Response 200 fields (application/json): - `Outlet` (string) Name of the outlet - `Code` (string) Variant Code of the product - `OnHand` (integer) Quantity on hand - `Modified` (string) Date and time of the last modify