# Get Inventory Modified Since Date with Count Get the count of inventory items modified since the provided date-time. Requires the "VIEW" role in the "Inventory" group. Endpoint: GET /api/v3/Inventory/Modified/Count 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): - `Count` (integer) Total row count of inventory items