# Report event sales Generate a summary report of ticket sales for this event using the given criteria Endpoint: GET /events/{event}/sales Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event ## Query parameters: - `from` (string) Only summarise event sales transacted on or after the specified date and time - `to` (string) Only summarise event sales transacted on or before the specified date and time - `section` (string) Only summarise sales for the identified event section - `modifier` (string) Only summarise sales for the identified event section modifier ## Response 200 fields (application/json): - `units` (number) The total number of ticket sales for this event, section or modifier that match the given criteria - `sales` (number) The total income from matching ticket sales for this event, section or modifier - `fees` (number) The total fees charged on matching ticket sales for this event, section or modifier - `breakdown` (object) Breakdown of overall units sold, income from sales and fees charged by section. ## Response 400 fields (application/json): - `message` (string) Reason for the given response.