# Get List Invoice ID by Key Set Get a list of invoice IDs by date range and keyset (after ID) for pagination. Requires the "View" role in the "Orders" module. Endpoint: GET /api/v3/Invoice/ListIDByKeyset Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `From` (string, required) The start date for filtering the invoice list Example: "2026-01-01" - `To` (string, required) The end date for filtering the invoice list Example: "2026-01-31" - `AfterID` (string) Invoice ID last seen from previous request. Used for pagination. Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `PageSize` (integer) The size of one page. Max=1000 ## Response 200 fields (application/json): - `InvoiceID` (string) Example: "98a85f64-5717-4562-b3fc-2c963f66abcd" - `OutletID` (string) Example: "7c9e6639-7420-4059-9303-9975bc983d57" ## Response 400 fields