# Get List Invoice ID >Also available as HTTP POST with the same endpoint Get List Invoice ID based on date range and outlet. Required Group Role: Orders - View Endpoint: GET /Invoice/ListID 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" - `ListOutlet` (array) List Outlet name. When Outlet is not specified, it will return all outlet that the user has access to Example: "Outlet1,Outlet2" - `PageNumber` (integer) The number of page data to be displayed - `PageSize` (integer) The size of one page. Max=1000 ## Response 400 fields