Skip to content

/event-ticket/{id}/daily-sales

GET
/event-ticket/{id}/daily-sales

Get daily sales for a specific event

id
required
string

Event ID

public
string
skip
integer

Number of records to skip (for pagination)

limit
integer

Number of records to return

sortBy
string

Field to sort by: date, quantity (total tickets sold per day), amount/totalAmount (total revenue per day)

sortOrder
string

Sort order: asc (ascending) or desc (descending)

view
string

View: daily (daily sales) or monthly (monthly sales)

Forbidden

Internal Server Error