# Get Inventory Modified Since Date Get inventory items modified since the provided date-time, sorted by last modified descending. Requires the "VIEW" role in the "Inventory" group. Endpoint: GET /api/v3/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" - `Outlet` (string) Filter by Outlet name Example: "PIK" - `Code` (string) Filter by Variant Code Example: "001" ## Response 200 fields (application/json): - `Outlet` (string) Name of the outlet - `Code` (string) Variant Code of the product - `Allocated` (integer) Quantity allocated - `OnHand` (integer) Quantity on hand - `Modified` (string) Date and time of the last modify