Skip to content

REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.

Servers​

https://v2-staging.tscheckout.comCurrent host

OrdersReport​

Change orders report endpoints for charts and datatable


Get per-day change order revenue aggregation for charting​

GET
/api/v2/report/orders/charts

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Responses​

Chart data points

application/json
JSON
"string"

Playground​

Authorization

Samples​


Get change orders datatable (per event/ticket-type/change-type breakdown)​

GET
/api/v2/report/orders/change-orders

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Responses​

Change orders data

application/json
JSON
"string"

Playground​

Authorization

Samples​


Powered by VitePress OpenAPI