# Get List Invoice By List ID Get invoices for a list of invoice IDs. Requires the "View" role in the "Orders" module. Endpoint: GET /api/v3/Invoice/ListInvoiceByListID Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `ListID` (array, required) Get List Invoice from List ID of Invoice that you want to get the detail . This is primary key for the object Example: ["019c4552-c3d4-7a89-b958-0f4dd7599b4d","029c4552-c3d4-7a89-b958-0f4dd7599b4e"] ## Response 400 fields (application/json): - `Message` (string) Error message ## Response 500 fields (application/json): - `Message` (string) Error message - `ExceptionMessage` (string) Exception message - `ExceptionType` (string) Exception type - `StackTrace` (string) Stack trace of the exception