# Get result count and total values for list of sales invoices in one call
**GET /api-v1/sales-invoice/advanced/summary**
Combines what GET overall and GET advanced/total return, to save the frontend a round-trip. Computes the same two values the same way -- see OpenSalesInvoiceService.calculateSummary().
## Servers
- Generated server url: https://wyzio.app (Generated server url)
## Parameters
### Headers
- **WEAL-TOKEN** ()
API token (can be retrieved from account settings)
- **TARGET-ORGANIZATION-ID** ()
ID of organization, for which the operation must be performed
### Query parameters
- **addressClientName** (string)
- **addressStreet** (string)
- **addressStreetPoBox** (string)
- **addressZipCode** (string)
- **addressCity** (string)
- **addressCountryCode** (string)
- **addressRegionCode** (string)
- **addressToTheAttentionOf** (string)
- **salesInvoiceLineId** (string)
- **invoiceLineDescription** (string)
- **invoiceLineSaleAccountId** (string)
- **invoiceLineTotalNet** ()
- **invoiceLineVat** ()
- **invoiceLineTotalPrice** ()
- **invoiceLineNetPrice** ()
- **invoiceLineDepartmentId** ()
Invoice Line Department IDs filter.
Supported values:
-1 — records where value is not assigned; .. ) > ) >= ) < ) <= ) .. ) > ) >= ) < ) <= ) .. ) > ) >= ) < ) <= ) .. ) > ) >= ) < ) <= )>100, <1000, <>0).
Use <>0 to return only records where the selected amount is not equal to zero.>100, <1000, <>0).
Use <>0 to return only records where the selected amount is not equal to zero.>100, <1000, <>0).
Use <>0 to return only records where the selected amount is not equal to zero.showOpenInvoices is set to true.
- **showOpenInvoices** (boolean)
Show open invoices.openDate when set to true.
## Responses
### 200
OK
#### Body: application/json (object)
- **count** (integer(int64))
- **totals** (object)
### 400
400 Bad Request
### 401
401 Unauthorized
### 403
403 Access Denied
### 404
404 Not Found
### 500
500 Internal Server Error
[Powered by Bump.sh](https://bump.sh)