Skip to main content

Sales report, grouped by ticket

Same underlying report as /sales/orders, flattened to one row per ticket line item instead of one row per order. Accepts the same filters.

Responses
200

SalesTicketsResponse

Schema
success integer
count integer
invoice_base_url string

CDN base URL to prefix onto any relative invoice path.

resource object[]

Same common fields as /sales/orders, flattened to one row per ticket line item with the additional per-item fields below.

orderid integer

Simple ids

orderfor string
currency string
discount number
payment_method string

Renamed from paymentmethod.

payment_status string

Renamed from paymentstatus.

customer_amount number

Renamed from customeramount.

status string
username string

Simple string

email string

Stringified JSON

total_quantity integer
refundeddetails object

null when the order has no refund; otherwise the decoded refundeddetails JSON.

paymentdetails object

null when unavailable; otherwise the decoded paymentdetails JSON (payment/refund round history).

passon_paymentgetway_fee number

Renamed from passonpaymentgetwayfee.

passon_eventify_fee number

Renamed from passoneventifyfee.

taxname string

Simple string

taxpercentage number
taxamount number
isoffline integer
referenceid string

Simple string

totalrefundedamount number
totalrefundedquantity integer
order_latest_status string
quantity integer
ticket_name string

Renamed from ticketname.

ticket_id integer

Simple ids

price number
assigned_users object[]

Decoded from the raw assignedusers JSON; empty array when no attendee has been assigned to the ticket yet.

type string
email string

Stringified JSON

firstname string

Simple string

lastname string

Simple string

form_number integer

Renamed from the raw item's formid.

default

Error Response

Schema
is_error int32

Error code.

message string

String description of the error.