# Get result count and totals for orders in one call **GET /api-v1/orders/summary** Combines what GET overall and GET total return, to save the frontend a round-trip. Computes the same two values the same way -- see OrderTableViewService.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 - **id** (string) - **name** (string) - **orderId** (string) - **date** (string(date-time)) - **description** (string) - **contactId** (string) - **status** (string) Multi-value supported. Example: value1;value2

- **isExpensesEnabled** (boolean) - **orderAmount** () - **hasWarnings** (boolean) - **validated** (boolean) - **clientEmail** (string) - **isInvoiceGenerated** (boolean) - **isPeriodic** (boolean) - **isInWorkflow** (boolean) - **clientOrderEmail** (string) - **hasProformaInvoice** (boolean) ## 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)