/event-ticket/{id}/daily-sales
GET /event-ticket/{id}/daily-sales
GET
/event-ticket/{id}/daily-sales
Get daily sales for a specific event
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Event ID
Query Parameters
Section titled “Query Parameters ” 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)
Responses
Section titled “ Responses ”Forbidden
Internal Server Error